G
Graham Laidler
Hi,
We have an htc within which a COM instance will be created using
activeXobject. How can we handle events for this. I've tried
JScript:
object.event(){}
object::event(){}
vbscript
object_event()
all to no avail. I've used the above vbscript before, but only when there's
an object tag already defined on the page (rather than the object being
created dynamically).
Thanks
Graham
We have an htc within which a COM instance will be created using
activeXobject. How can we handle events for this. I've tried
JScript:
object.event(){}
object::event(){}
vbscript
object_event()
all to no avail. I've used the above vbscript before, but only when there's
an object tag already defined on the page (rather than the object being
created dynamically).
Thanks
Graham