Java Reference
In-Depth Information
</td><td valign="top">Heaton Research, Inc.<br>
HTTP Recipes Test Site
</td></tr>
</table>
<hr><p><small>[<a href="/">Home</a>:
<a href="/1/">First Edition</a>]</small></p>
<table border="0">
<form method="post" action="/1/test.php">
<tr><td><b>First Name:</b></td><td><input name="first"></td></tr>
<tr><td><b>Last Name:</b></td><td><input name="last"></td></tr>
<tr><td colspan="2"><input type="submit" value="OK"></td></tr>
</form>
</table>
<hr>
<p>Copyright 2006 by <a href="http://www.heatonresearch.com/">
Heaton Research, Inc.</a></p>
</BODY>
</HTML>
As can be seen from the above form, there are two <input> tags that both accept text
from the user. These will be picked up as posted variables when the POST request is sent to
the web server. The result of the POST request is shown in Figure 1.6.
Search WWH ::




Custom Search