how to catch event of a DLL in JavaScript ?
Dear friend,
do you know how to catch event of a DLL in JavaScript ?
The DLL is Com Dll (it works in VBSCRIPT/JAVASCRIPT),
in Visual Basic .NET, we can use AddHandler...
but i can not find out similar method of AddHandler, or
way of catching an event handler/procedure from a DLL
in JavaScript ..
does anybody know it ?
Thank you,
hendy
|