the code used
The code used
<select id="mySelect" onchange="if(this.options[this.selectedIndex].value != ''){window.top.location.href=this.options[this.selectedIndex].value}">
<option value="http://google.com">Goto Google</option>
<option value="http://backupsdemo.nl">Goto Backupsdemo.nl</option>
<option value="http://www.strikingsupport.com">Goto Strikingsupport.com</option>
<option value="">Go Banana's because I do nothing</option>
</select>