quanken / np-activex

Automatically exported from code.google.com/p/np-activex
0 stars 0 forks source link

Unable to Capture the events in java script #299

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In IE, I am able to capture the events from the activex objects

<SCRIPT LANGUAGE="JavaScript" FOR="CAPIBSOCX" EVENT="ResultMessage(nErrorCode, 
nErrorType, szData)">
alert("sz="+szData);
</SCRIPT>

which is working fine..
but In Chrome, the events are not fired?
how can I register my events for np-activex
are these disabled or what? how can these be enabled?

Original issue reported on code.google.com by wahabc...@gmail.com on 25 Jan 2014 at 9:04