How can I emulate keyboard press once I scanned a barcode using a usb barcode scanner? I don't have any idea about this and I just want to get some suggestions/instructions on how can I do it. If I have this form, how will the barcode number be inputted in that textbox? thanks!
<form method="post" action="">
<input type="text" id="barcode-input" name="barcode-input" value=""/>
</form>