dynamically attaching events to runtime created objects

  • Thread starter Thread starter Graham Laidler
  • Start date Start date
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
 
I doubt you are going to get any technical answer to your question here as
this newsgroup is for Microsoft Access, a database application.

Find an appropriate newsgroup and re-post your question.
 
Back
Top