©Mike Moxcey 1999

Sort By Form Options

Complete radio button code for Open calls.
Code for Closed or Date Range is similar.
<form method="post" action="/cgi-bin/mmoxcey/oratut/report4.pl">
<input type="hidden" name="call_type" value="open">
<input type=submit value="Show Open Calls">
<br> Sorted by:
Priority<input type="radio" name="sort_opt" value="1" CHECKED>
Email ID<input type="radio" name="sort_opt" value="2">
Entry Date<input type="radio" name="sort_opt" value="3">
</form>


home next