选择下拉列表框选项,打开新窗口

<select name="select2" onchange="if (this.options[this.selectedIndex].value!=''){window.open(this.options[this.selectedIndex].value);}">
	<option>
		=== 外省市站点 ===
	</option>
	<option value="http://www.baidu.com">
		百度
	</option>
</select>

你可能感兴趣的:(js)