Javascript Dropdown ListBox Link Demonstration


OnChange="location.href=this.options[this.selectedIndex].value"

OnChange="window.open(this.options[this.selectedIndex].value, 'New')"

OnChange="gotoUrl(this.options[this.selectedIndex].value)"

OnChange="newWin(this.options[this.selectedIndex].value)"

Source

More Examples

Google