http://host/path?param1=value1¶m2=value2¶m3=value3
<form method="get" action="http://cscie12.dce.harvard.edu/echo">
Email Address:
<input type="text" name="email"/><br/>
<input type="submit"/>
</form>
<form method="post" action="http://cscie12.dce.harvard.edu/echo">
Email Address:
<input type="text" name="email"/><br/>
<input type="submit"/>
</form>
Copyright © David Heitmeyer