T
thanks for the help mate
I have a pull down menu the is used to be forwarded to a new page, when you
click the 'back' button to return to the last page to select a new
selection, it shows the last view with the selected date you made. how can
I get it to reset to the first selection.
I know I should use a 'return' link on the new pages to come back to the
last page. but really want it to reset as most would use the 'back' button
anyway.
thank you
Jason
below is the code of the menu.
<center>
<select size="1" name="D1" value="Select a date" onChange=location=value>
<OPTION VALUE="Select a date" selected>Select a date
<OPTION VALUE="MayBD/May03.htm">May 03, 1972</option>
<option value="MayBD/May05.htm">May 05, 1976</option>
<OPTION VALUE="MayBD/May07.htm">May 07, 1988</option>
<option value="MayBD/May13.htm">May 13, 1996</option>
<option value="MayBD/May18.htm">May 18, 1977</option>
<OPTION VALUE="MayBD/May25.htm">May 25, 1939</option>
<OPTION VALUE="MayBD/May27.htm">May 27, 1988</option>
</select>
</CENTER>
click the 'back' button to return to the last page to select a new
selection, it shows the last view with the selected date you made. how can
I get it to reset to the first selection.
I know I should use a 'return' link on the new pages to come back to the
last page. but really want it to reset as most would use the 'back' button
anyway.
thank you
Jason
below is the code of the menu.
<center>
<select size="1" name="D1" value="Select a date" onChange=location=value>
<OPTION VALUE="Select a date" selected>Select a date
<OPTION VALUE="MayBD/May03.htm">May 03, 1972</option>
<option value="MayBD/May05.htm">May 05, 1976</option>
<OPTION VALUE="MayBD/May07.htm">May 07, 1988</option>
<option value="MayBD/May13.htm">May 13, 1996</option>
<option value="MayBD/May18.htm">May 18, 1977</option>
<OPTION VALUE="MayBD/May25.htm">May 25, 1939</option>
<OPTION VALUE="MayBD/May27.htm">May 27, 1988</option>
</select>
</CENTER>