select表单选择与网址跳转
[ 2010-10-11 13:31:42 | 作者: admin ]
做个记录,经常用到又要去查,累!
<select
onChange="window.open(this.children[this.selectedIndex].value)"
name="select2">
<option>= 下属分局 =</option>
<option value="http://www.52news.com">区分局</option>
<option value="http://www.52news.com">区分局</option>
</select>
onChange="window.open(this.children[this.selectedIndex].value)"
name="select2">
<option>= 下属分局 =</option>
<option value="http://www.52news.com">区分局</option>
<option value="http://www.52news.com">区分局</option>
</select>
<select
onchange="window.open(select2.options[select2.selectedIndex].value,'','')"
name="select2">
<option>= 下属分局 =</option>
<option value="http://www.52news.com">区分局</option>
<option value="http://www.52news.com">区分局</option>
</select>
onchange="window.open(select2.options[select2.selectedIndex].value,'','')"
name="select2">
<option>= 下属分局 =</option>
<option value="http://www.52news.com">区分局</option>
<option value="http://www.52news.com">区分局</option>
</select>
[最后修改由 admin, 于 2018-10-16 14:07:01]
评论Feed: http://blog.xg98.com/feed.asp?q=comment&id=1488
这篇日志没有评论。
此日志不可发表评论。