/ Published in: Other
Expand |
Embed | Plain Text
<form name="Dropdown"> <select style="font-size:12px;" name="menu"> <option value="http://www.google.com">Google</option> <option value="http://www.yahoo.com">Yahoo</option> </select> <input style="font-size:12px;" type="button" onClick="window.open(document.Dropdown.menu.options[document.Dropdown.menu.selectedIndex].value);" value="Go"> </form>
You need to login to post a comment.
