<html>
<head>
	<title>Example Form</title>
</head>
<body>
	<h2>Example Form</h2><hr>
	<form action="http://smuon.physics.ucsb.edu/cgi-bin/examples/query3.cgi" method="post"> 
		<pre>Enter Part Serial Number:	<input name="serial" type="text" maxlength="14"></pre>
		<input type="submit">
	</form>
	<hr>
</body>
</html>