Click to See Complete Forum and Search --> : using same ActiveX object


smook
July 21st, 2005, 04:21 AM
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?