Example page

<html>
<body bgcolor="#E0E0D2">
<center>
<h2>Barcode input test page</h2>
<form action="http://www.w3schools.com/tags/demo_form_method.asp" method="GET">
	<br>
	Barcode 1<br>
	<input name="fname" size="22" type="text" value=""> <br>
	Barcode 2<br>
	<input name="lname" size="22" type="text" value=""><br>
	<br>
	<input name="button" type="submit" value="Doit">
</form>
</center>
</body>
</html>

Click here to run example