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 -

python - Django-cities exits with "killed" -

python - How to get a widget position inside it's layout in Kivy? -