/ Published in: Other
Expand |
Embed | Plain Text
<form name="Dropdown"> <select style="font-size:12px;" name="menu" onChange="location=document.Dropdown.menu.options[document.Dropdown.menu.selectedIndex].value;"> <option value=''>Please choose</option> <option value="http://www.google.com">Google</option> <option value="http://www.yahoo.com">Yahoo</option> </select> </form>
You need to login to post a comment.
