当前位置: 网学 > 编程文档 > ASP > 正文

ASP动态级联菜单实现代码

来源:Http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 13/06/16

网学网为广大网友收集整理了,ASP动态级联菜单实现代码,希望对大家有所帮助!

<!--打开两个表-->

<%
set rs1=server.CreateObject("adodb.recordset")
sql1="select * from type1"
rs1.open sql1,conn,1,3
set rs2=server.CreateObject("adodb.recordset")
sql2="select * from type2"
rs2.open sql2,conn,1,3

%>
<form name="form1">

<!--建立菜单一-->

<select name="type" size="1" onChange="redirect(this.options.value)">
<option value=0>请选择……</option>
<%while not rs1.eof%>
<option value="<%=rs1("news_type_1_id")%>"><%=rs1("news_type_1_type")%></option>
<%rs1.movenext
wend%>
</select>

<!--建立菜单二-->

<select name="type2" size="1">
<option value=0>请选择</option>
</select>
</div>
</form>

<!--下面为具体实现的script语句-->

<script>
<!--
var temp=document.form1.type2
function redirect(x){

var i
i=0
for (var m=temp.options.length-1;m>0;m--)
temp.options[m]=null

<%while not rs2.eof
%>
cnt=<%=rs2("news_type_1_id")%>

if(cnt==x) {
temp.options=new Option("<%=rs2("news_type_2_type")%>","<%=rs2("news_type_2_id")%>")
i=i+1}
<%
rs2.movenext
wend%>

}

//-->
</script>

网学推荐

免费论文

原创论文

浏览:
设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved
湘ICP备09003080号