sbguy
11-30-2006, 03:57 PM
I manually open an activexobject program that otherwise can be opened in javascript as follows :
myobj = new ActiveXObject("theirprogram.xyz");
Inside this program, I run javascript and need access to the current instance of myprogram.xyz. How can I do that pls ? I do not have access to the source code for theirprogram.xyz.
Tks.
myobj = new ActiveXObject("theirprogram.xyz");
Inside this program, I run javascript and need access to the current instance of myprogram.xyz. How can I do that pls ? I do not have access to the source code for theirprogram.xyz.
Tks.