You are here: irt.org | FAQ | JavaScript | Form | Q1452 [ previous next ]
Try:
<form> <select onChange="if (this.options[this.selectedIndex].value != "") location.href=this.options[this.selectedIndex].value"> <option>--Select a Link-- <option value="http://www.irt.org">irt.org </select> </form>
However the button will be needed in 16 bits browsers since they do need to be clicked somewhere else for the onChange to register.