Dear all, I have noticed that when I use an activex object embedded in my html page by using the known html tag <OBJECT id=x
classid=CLSID:y></OBJECT> I normally get the event handlers of that object.
On the other hand, when I create that object using script, for example var x= new ActiveXObject("blabla.blablax") i do not know the way i will get the events triggered by that object. Has anybody faced a simillar problem?
Regards,
evimav
classid=CLSID:y></OBJECT> I normally get the event handlers of that object.
On the other hand, when I create that object using script, for example var x= new ActiveXObject("blabla.blablax") i do not know the way i will get the events triggered by that object. Has anybody faced a simillar problem?
Regards,
evimav