Click here to Skip to main content
15,886,071 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
HTML
<form>
<p align="center">Select a Site 
<select id="setit" style="color: #0000FF" size="1" name="test">
<option value="">Select one</option>
    <option value="http://www.altavista.com">AltaVista</option>
    <option value="http://www.yahoo.com">Yahoo</option>
     <option value="http://www.google.com">Google</option></select>
     <input type="button" value="Go"
>
</p></form>
Posted
Updated 28-Jul-15 3:39am
v2
Comments
Kornfeld Eliyahu Peter 28-Jul-15 9:44am    
Not clear....Do you want to redirect the page upon selecting one of the items from your list?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900