<form method="post"
action="http://people.cs.und.edu/~wenchen/cgi-bin/351/week5/FPDemo.pl">
<table>
<tr><th colspan="3">Select an Option to Use the System.</th></tr>
<tr>
<td>
<input type="radio" name="select" value="clear"> Clear books.txt
<input type="radio" name="select" value="enter" checked> Enter books
<input type="radio" name="select" value="list"> List books
</td>
<td>
<input type="submit" name="act" value="Submit">
<input type="submit" name="act" value="Help">
</td>
</tr>
</table>
</form>
|