Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

parsing driver license scanned data

Status
Not open for further replies.

southbeach

Programmer
Jan 22, 2008
879
0
0
US
Hello!

Working on a POS application (PHP) for hospitality (my own bar) and I am playing around with routine to handle scanning driver license.

My DL starts with @CR where CR is a Carriage Return

The @CR is the standard to identify what the "record separator" is (whatever follows @) - or so I found by reading ...

My problem is that when I scan the bar code, the page @ is shown on the field but the CR causes browser to do all sorts of things which thus far I have not been able to capture.

My <input> tag has an onkeypress="checkKey(event);" - where I check the event if == 13 return false but my method is never called by the CR ... thus no way to suppress it or having the opportunity to parse the data string.

Have you any idea of how to get around this?

thank you all in advance for your assistance!



--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top