I have a VB object embedded in IE which parses some commands from the server and raises events accordingly to reflect the changes in Javascript, I mean the event handler is in Javascript.
Now for instance, my VB object parses a command and decides a row has to be added to the table, so it raises an event RowInsert , the handler for this event has to be in Javascript.
My query is, when would I evoke this handler and from which object.......cannot do it in onload, as events are raised all the time. If I did vbobject.ondataAvailable = Eventhandler.....will a row be inserted whenever a RowInsert event is raised from the VB object, or on someother event of the object....
Anyone! Thanks.
Now for instance, my VB object parses a command and decides a row has to be added to the table, so it raises an event RowInsert , the handler for this event has to be in Javascript.
My query is, when would I evoke this handler and from which object.......cannot do it in onload, as events are raised all the time. If I did vbobject.ondataAvailable = Eventhandler.....will a row be inserted whenever a RowInsert event is raised from the VB object, or on someother event of the object....
Anyone! Thanks.