select跳转菜单新窗口
<select name="select" οnchange="window.open(this.options[this.selectedIndex].value)">
<option value="http://www.microsoft.com/ie"> Internet Explorer</option>
<option value="http://www.microsoft.com/"> Microsoft Home</option>
<option value="http://msdn.microsoft.com/"> Developer Network</option>
</select>
处了这个代码还有select自动生成的那段代码哈,这里就不加上了