|
Services
> Web Services
> Interactive
Forms > cgiSample1.html
cgiSample1.html
|
<html><head>
<title>Interactive Form Test</title>
</head>
<body bgcolor="#ffffff">
<form name="cgiSample1" method="POST" action="http://www.whoi.edu/cgi-bin/whoi/formScript1.cgi">
Name: <input type="text" size="30" name="Name" value="Test
Name 1"><br>
Email: <input type="text" size="30" name="Email" value="Test
Email 1"><br>
EmpID: <input type="text" size="15" name="EmpID" value="Test
EmpID"><br>
<center>
<input type="submit" name="submit" value="Click to see
results">
</center>
</form>
</body></html>
|
|