Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Apex with ActiveXObject

EveMay 17 2013 — edited May 20 2013
Hi,

In order to use an activexobject, i have create a JavaScript function, with the following lines

code:

var myobject= new ActiveXObject("D2web.d2finger.1");

first i have test it using HTML page and it Works, but when i use it in ápex (header text and i call the JavaScript from a button redirect to url) i got the following message

Automatization server can not create the object. (El servidor de automatización no puede crear el objeto)

I have disable all the security restrictions on the browser, that's why i can use it with the HTML, but in ápex it does not work.

Regards,

Eve
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 17 2013
Added on May 17 2013
5 comments
421 views