| Code:
<form method="POST" action="scriptname.cgi">
Select One of the Following:<br />
<select name="item_select" size="1">
<option value="Item1">This
Is The First Item</option>
<option value="Item2" selected="selected">This
Is The Second Item</option>
<option value="Item3">This
Is The Third Item</option>
</select>
<input type="image" src="button.gif" height="22"
width="72" border="0" />
</form>
Result:
|