Apex with ActiveXObject
EveMay 17 2013 — edited May 20 2013Hi,
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