Hello all
I created an ActiveX object using:
var obj= new ActiveXObject("MyActiveX.MyClass");
How can i use this instance of ActiveX from different page?
Printable View
Hello all
I created an ActiveX object using:
var obj= new ActiveXObject("MyActiveX.MyClass");
How can i use this instance of ActiveX from different page?