Databases - Delphi/WebServers - Controlling the Input Focus
I have html pages that recieve data from a portable barcode reader.
For these to work, the input focus must be the barcode entry field.
In general, I hate JavaScript, but that is the only way to keep the input focus
on the barcode input field.
Barcode Entry Field
| Setting the default input field
| focus()
Barcode Entry Field
This defines the barcode entry field.