Copyright © 2001 Qusay H. Mahmoud
28
Example:
lConsider the following form:
l
l<form action="RequestParamExample" method=POST>
lFirst Name: <input type=text size=20 name=firstname>
l<br>
lLast Name: <input type=text size=20 name=lastname>
l<br>
l<input type=submit>
l</form>