texmansru47 Posted July 25, 2008 Share Posted July 25, 2008 I have seen a couple of these questions asked before but I cannot remember if there was ever an answer: I need to incorporate a barcode scanner for my forms in data entry... I have seen a few responses that we should use javascripts... but where can I find some reference material on javascripting for barcode scanners? Primarily for incorporating a <Tab> instead of a <ENTER> when a field is scanned and/OR how to get the barcode cursor move to the next field if there is no way to set the <ENTER> function of the scanner to a <TAB>. Any ideas? Link to comment https://forums.phpfreaks.com/topic/116525-using-barcode-scanners-with-forms/ Share on other sites More sharing options...
awpti Posted July 25, 2008 Share Posted July 25, 2008 Totally wrong forums, pal. Link to comment https://forums.phpfreaks.com/topic/116525-using-barcode-scanners-with-forms/#findComment-599150 Share on other sites More sharing options...
texmansru47 Posted July 25, 2008 Author Share Posted July 25, 2008 gee thanks for pointing me in the right direction. Link to comment https://forums.phpfreaks.com/topic/116525-using-barcode-scanners-with-forms/#findComment-599158 Share on other sites More sharing options...
$username Posted July 25, 2008 Share Posted July 25, 2008 Well you got my attention. So so I understand the story You scan one bar code. That populates a form on a web page. From there you want it to go to the next field. The only thing I could say would be to look for java script that after to field is filled to go to next. might want to check this out too.... http://www.w3schools.com/JS/tryit.asp?filename=tryjs_autonext Brett Link to comment https://forums.phpfreaks.com/topic/116525-using-barcode-scanners-with-forms/#findComment-599193 Share on other sites More sharing options...
Lodius2000 Posted July 25, 2008 Share Posted July 25, 2008 yeah most standard barcodes (upc's that is) have either 12 or 7 (maybe 6, for sodas and gum) digits, couldnt you set the thing with javascript to auto tab after it has recieved that amout of digits Link to comment https://forums.phpfreaks.com/topic/116525-using-barcode-scanners-with-forms/#findComment-599211 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.