Hi guysI am developinga small program thatis used toinserta defined number ofbarcodes. In practice, eachtime youreadthe javascriptshouldenterthe datain the fieldand move onto the next,until youterminate it.
I say shouldbecause it workson Chrome/Firefox / Operabut notin IE(worksin part)with or withoutcompatibility.
In practice,after two readingsIE, send submit. Someonecan help me?
thanks
My Script:
$("input#seriale").keydown(function (e) {
var keyCode = (window.event) ? e.which : e.keyCode;