<script type="text/javascript">
function go()
{
location=document.forms[0].gowhere.value
}
</script>
</head>
<body>
<form>
<select id="gowhere" onchange="go()">
<option>-Select location-</option>
<option value="/asp/index.asp">ASP 教程</option>
<option value="/html/index.asp">HTML 教程</option>
<option value="/js/index.asp">JavaScripts 教程</option>
</select>
function go()
{
location=document.forms[0].gowhere.value
}
</script>
</head>
<body>
<form>
<select id="gowhere" onchange="go()">
<option>-Select location-</option>
<option value="/asp/index.asp">ASP 教程</option>
<option value="/html/index.asp">HTML 教程</option>
<option value="/js/index.asp">JavaScripts 教程</option>
</select>
</form>
这是一个简单的网页教程选择器,通过下拉菜单可以选择不同的编程和技术教程,包括ASP、HTML和JavaScript等。
1094

被折叠的 条评论
为什么被折叠?



