Databases Reference
In-Depth Information
<form action=“Add2DB.idc” method=“POST”>
<table border=“0”>
<tr>
<td><strong>First Name:</strong></td>
<td><input type=“text” size=“20”
maxlength=“20”
name=“fname”></td>
</tr>
<tr>
<td><strong>Last Name:</strong></td>
<td><input type=“text” size=“20”
maxlength=“20”
name=“lname”></td>
</tr>
<tr>
<td><strong>Tel Number:</strong></td>
<td><input type=“text” size=“15”
maxlength=“15”
name=“tel”></td>
</tr>
</table>
<blockquote>
<p>&nbsp;</p>
</blockquote>
<p><input type=“submit” value=“OK”> <input
type=“button”
value=“Cancel”> </p>
</form>
<hr>
<h5>Last revised: November 23, 1997</h5>
</body>
</html>
Search WWH ::




Custom Search