javascript - Handling ActiveX events in Chrome 36 -


there many threads this, far tried all of them outdated.

i need method handle activex event on latest chrome versions.

i have activex object named csxi using scanner on browser, , having difficulties scan multiple pages.

it works on ie can handle event onacquire() writing script block in html page.

<script language="javascript" for="csxi" event="onacquire();" type="text/javascript">     aftereachacquire(); </script> 

i looked ways make worki on chrome , found 2 other methods;

handling event using syntax function csxi::onacquire(){ //do } "::" undefined usage javascript,

and adding event handler activex object. unfortunately none of these methods worked.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -