<form method="post"
action="http://people.cs.und.edu/~wenchen/cgi-bin/351/week5/ListBooks.pl">
<table>
<tr><th colspan="3">List Book Information.</th></tr>
<tr>
<td>
ISBN: <input type="text" name="ISBN" size="15" value="0201874016">
<input type="radio" name="select" value="one"> A book
<input type="radio" name="select" value="all" checked> All books
</td>
<td>
<input type="submit" name="act" value="List">
<input type="submit" name="act" value="Help">
<input type="submit" name="act" value="Home">
<input type="reset" value="Reset">
</td>
</tr>
</table>
</form>
|