dynamically attaching events to runtime created objects

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
 
V

Van T. Dinh

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top