Here's the code:
I'm not concerned which item shows when the page is first loaded, although it is always "5k".
But, then I would like the default item to always be the last item that was selected.
Is this possible?
Code:
<SELECT NAME="theSplit">
<OPTION VALUE="Split1">5k</OPTION>
<OPTION VALUE="Split2">10k</OPTION>
<OPTION VALUE="Split3">10 Mile</OPTION>
<OPTION VALUE="theFinish">Finish</OPTION>
</SELECT>
But, then I would like the default item to always be the last item that was selected.
Is this possible?