
How to handle active X events in Vbscript?
It seems for the events happen at the client side, but what if the object
fires an event at the server side? Such as the one that I have mentioned
about the example SQLServer object of SQL-DMO, which is called in ASP
Thanks,
Carlo
Quote:
>Only in IE can events be trapped in this way. However any control (AFAIK)
>can have its events managed using name_event syntax.
>->
>Function myControl_Load() ' For example
><-
>--
>Dominic