Barcode scanners
The barcode readers I have used in the past typically just pass the text in through serial port / USB port. This means that the driver essentially passes the keystrokes into whatever field you're currently in. That's why barcoding is so simple to implement into most systems, because it's just passing keystrokes.
If you have a reader that isn't doing that, then you'd need to ask the manufacturer of the device for support.
There isn't anything you can do in HTML to allow a new device to work with your form. That's sort of like asking "How do I make a mouse work on my page". It just does.
|