<select onchange="window.open(this.options[this.selectedIndex].value)" name="select">
<option value="http://www.sina.com">新浪</option>
<option value="http://www.baidu.com">百度</option>
</select>
<select onchange="window.open(this.options[this.selectedIndex].value)" name="select"> |