cancel
Showing results for 
Search instead for 
Did you mean: 

Client side javascript events when iview is in room

Former Member
0 Kudos

Hi everyone,

I've developed an iview using PDK.NET which uses an ActiveX. That activex has an event which i linked to a javascript event.

When the iview is tested alone it works great, but when used inside a portal room the event doesn't work.

Any ideas?

Thanks!

Roy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Take one button (Make its visible property to false),and in the javascript event you have written, add document.getElementById(<clientID of the button>).click();

Add your logic inside the buttonclick event at code behind(server side)

Regards,

Ashutosh

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Then check adding the site URL as well as SAP EP URL into the Trusted site list

Former Member
0 Kudos

Actually the only problem was the ActiveX didn't work on a site which is not a "Trusted Site' in IE.