How to handle an ActiveX event in Javascript

后端 未结 7 1371
半阙折子戏
半阙折子戏 2020-11-28 07:58

This is somewhat of a follow-up to an answer here.

I have a custom ActiveX control that is raising an event (\"ReceiveMessage\" with a \"msg\" parameter) that needs

7条回答
  •  春和景丽
    2020-11-28 08:49

    I was able to get this working using the following script block format, but I'm still curious if this is the best way:

    
    

提交回复
热议问题