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
Post a Comment