Hi,

i am using

Code:
WshShell = new ActiveXObject("WScript.Shell");
WshShell.Run("iexplore "+url1, 1, false);
in my <script> of my html page to statr an iexplorer process.
when i depoly it and acess the page its showing
Automatation server can't create object
i know its becouse of securit issue and i can change the security in internet explorer to make it work.

but i need another solution since i can't change the settin gin all the machines calling this .html page.

possible solution will be self signing the code

Can anyone guide me how can i self sign my sciprt code in this html page by exact steps to be followed to make my code work.

Thanks and Regards,
Ciju George