Log in

View Full Version : Problem with ActiveX object



thallasridevi
03-12-2008, 11:50 AM
Hi All,

I have used ActiveX object in my program. When i enable "Intialise and script ActiveX controls not marked as safe" at intenet->tools->security->customlevel ,
i am able to run the program and when i diable activex controls mrked as safe, i am unable to run the program.

Is there any way to enable it through programatically in javascript?
Can anybody pls help me?

Thanks,
Sridevi.

Master_script_maker
03-12-2008, 09:53 PM
javascript can only control the browser to a certain extent. i don't know of anything that could.

Bob90
03-13-2008, 02:53 PM
No.

ActiveX allows file manipulation (read deleting) and so has to be explicitly allowed to run by the user (or user settings).

Javascript cannot change these.