<html><head><title>Interactive Form</title></head>
<body bgcolor="#ffffff">
<form name="cgiSample2" method="POST" action="http://www.whoi.edu/cgi-bin/whoi/FormScript2.cgi">
Recipient: <input type="text" name="recipient"> Enter
your email address to test this form.
Note: this would normally be
a hidden field:
Recipient: <input type="hidden" name="recipient">
Name: <input type="text" size="30" name="Name" value="Test
Name 2">
Email: <input type="text" size="30" name="Email" value="Test
Email 2">
EmpId: <input type="text" size="15" name="EmpID" value="Test
EmpID 2">
<center>
<input type="submit" name="submit" value="Click to see
results">
</center>
</form>
</body></html>