关键字:onchange 跳转,onchange ,跳转,onchange 跳转到

<select name="select" onchange="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>