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
If you have an ActiveX element on your page that has an id of 'MyControl' then your javascript handler syntax is this:
function MyControl::ReceiveMessage(msg) { alert(msg); }