Custom Buttons on a Form Hello,
I've got a form I am working on that needs a button to submit the page, which would normally be easy because I could just use one of the standard submit buttons. But, in this particular situation I need it to only submit whil being clicked by a mouse or being tabbed to. Hitting "Enter" on the form cannot submit it because the data going into it is being scanned in by a handheld barcode scanner whose function is to scan a barcode and then press "Enter" to submit the info to our UNIX app.
Any suggestions? |