Create links in a drop down list

Joined
Aug 17, 2007
Messages
1
Reaction score
0
I have found a link on this site that showed me how to make a link from the drop down selections and I thank you lots / now I have an issue where I would like to make it default back to the "Choose from the list" rather then have it keep showing the last link that I clicked on. Does anyone know what the code would be to have the drop down default back to the top of the list this is the code that I have right now.
</font></a></b><!--webbot bot="Validation" B-Value-Required="TRUE" --><select size="1.5" name="ISP" onchange="if(this.options.selectedIndex>0) location.href=this.options

[this.options.selectedIndex].value"
>

<option>Choose an ISP</option>

<option value="http://support.celeris.com/isps/aristar.htm">Satellite</option>

 
Back
Top