<html><head><title>WHOI
Interactive Forms</title></head>
<body bgcolor="#ffffff">
<form name="cgiSample3" method="POST"
action="http://www.whoi.edu/cgi-bin/whoi/formScript3.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 3">
Email: <input type="text" size="30" name="Email" value="Test
Email 3">
EmpID: <input type="text" size="15" name="EmpID" value="Test
EmpID 3">
<center>
<input type="submit" name="submit" value="Click to see
results">
</center>
</form>
</body></html>