views:

23

answers:

0

I have successfully used the Automagic syntax to register to an ActiveX event from JavaScript. How do I later unregister from the event?

Example:

function MyActiveXObject::SomeEvent() { alert("event raised!"); }

Edit: included example