一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

基于asp+ajax和數(shù)據(jù)庫驅(qū)動(dòng)的二級聯(lián)動(dòng)菜單

index.ASP 頁面代碼
復(fù)制代碼 代碼如下:
<!--#include file="conn.ASP" -->
<%
set cmd = conn.execute("select bigclassid,bigclassname from bigclass")
tempid=cmd("bigclassid")
%>
<select name="menu" onChange="getsubcategory(this.value);">

<%
if not cmd.eof then
do while not cmd.eof
bigclassid= cmd("bigclassid")
bigclassname = cmd("bigclassname")
%>
<option value="<%=bigclassid%>"><%=bigclassname%></option>
<%
cmd.movenext
loop
end if
cmd.close
set cmd = nothing
%>
</select>
<div id="subclass">
<select name="submenu">

<%
set cxd = conn.execute("select * from smallclass where bigclassid=" & tempid)
if not cxd.eof then
do while not cxd.eof
smallclassid= cxd("smallclassid")
smallclassname = cxd("smallclassname")%>
<option value="<%=smallclassid%>"><%=smallclassname%></option>
<%
cxd.movenext
loop
cxd.close
set cxd = nothing
else
html = "<select name='smallclassid'><option value='0' selected>暫無小類</option></select>"
response.write html
end if
%>
</select>
</div>

ajax.js 代碼
復(fù)制代碼 代碼如下:
// JavaScript Document
function createxmlhttp()
{
xmlhttpobj = false;
try{
xmlhttpobj = new XMLHttpRequest;
}catch(e){
try{
xmlhttpobj=new ActiveXObject("MSXML2.XMLHTTP");
}catch(e2){
try{
xmlhttpobj=new ActiveXObject("Microsoft.XMLHTTP");
}catch(e3){
xmlhttpobj = false;
}
}
}
return xmlhttpobj;
}

function getsubcategory(bigclassid){
if(bigclassid==0){
document.getElementById("subclass").innerHTML="<select name='smallclassid'><option value='0' selected>選擇二級分類</option></select>";
return;
};
var xmlhttpobj = createxmlhttp();
if(xmlhttpobj){//如果創(chuàng)建對象xmlhttpobj成功
xmlhttpobj.onreadystatechange=handle;
xmlhttpobj.open('get',"getsubcategory.ASP?bigclassid="+bigclassid+"&number="+Math.random(),true);//get方法 加個(gè)隨機(jī)數(shù)。


xmlhttpobj.send(null);
}
}

function handle(){//客戶端監(jiān)控函數(shù)
//if(xmlhttpobj.readystate==4){//服務(wù)器處理請求完成
if(xmlhttpobj.status==200){
//alert('ok');
var html = xmlhttpobj.responseText;//獲得返回值
document.getElementById("subclass").innerHTML=html;
}else{
document.getElementById("subclass").innerHTML="對不起,您請求的頁面有問題...";
}
//}
//else{
//document.getElementById("subclass").innerHTML=xmlhttpobj.readystate;//服務(wù)器處理中
//}
//}

}

getsubcategory.ASP 代碼
復(fù)制代碼 代碼如下:
<%@language="vbscript" codepage="936"%>
<!--#include file="conn.ASP"-->
<%
response.charset="gb2312"
bigclassid=safe(request.querystring("bigclassid"))
if bigclassid<>"" then
set re=new regexp
re.ignorecase=true
re.global=false
re.pattern = "^[0-9]{1,3}$"
if not re.test(bigclassid) then
response.write "非法參數(shù)"
response.end
end if%>

<%on error resume next
set p = conn.execute("select * from smallclass where bigclassid=" & bigclassid)
if err then
err.clear
response.write "查詢出錯(cuò)"
response.end
end if
if not p.eof then
html = "<select name='select2'>"&vbnewline
do while not p.eof
html = html&"<option value='"&p("smallclassid")&"'>"&p("smallclassname")&"</option>"&vbnewline
p.movenext
loop
html = html&"</select>"
else
html = "<select name='smallclassid'><option value='0' selected>暫無小類</option></select>"
end if
p.close
set p = nothing
conn.close
set conn = nothing
response.write html
html = ""
end if
%>

php技術(shù)基于asp+ajax和數(shù)據(jù)庫驅(qū)動(dòng)的二級聯(lián)動(dòng)菜單,轉(zhuǎn)載需保留來源!

鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請第一時(shí)間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 国产 欧美 日产中文 | 亚洲国产中文字幕在线观看 | 精品午夜久久福利大片免费 | 久久亚洲国产最新网站 | 国产成人精品一区 | 99国产福利 | 伊人久久精品 | 丁香六月婷婷综合激情动漫 | 一道精品一区二区三区 | 精品久久久久久久久中文字幕 | 亚洲涩综合 | 欧美大成色www永久网站婷 | 日本高清中文字幕一区二区三区 | 国产一区视频在线免费观看 | 国产伦精品一区二区三区视频小说 | 中文字幕在线观看日韩 | 激情视频网址 | 免费人成在线视频播放2022 | 亚洲五月综合 | 国产精品嫩草影视在线观看 | 久久久99精品免费观看 | 激情小说图片视频 | 国产成人免费高清激情视频 | 亚洲精品国产综合久久一线 | 加勒比一区二区三区 | 一区二区三区国产美女在线播放 | 另类av| 国产精品高清视亚洲一区二区 | 337p日本大胆欧美人术艺术精品 | 久久精品a国产一级 | 天天干免费视频 | 青草社区在线 | 国产在视频线精品www666 | 中文字幕av一区二区三区 | 天天做天天爱天天爽天天综合 | 国语精品视频在线观看不卡 | 欧美丝袜xxxxx在线播放 | 天天久久狠狠伊人第一麻豆 | 99热99re8国产在线播放 | 国产一级做a爰片久久毛片 国产一级做a爰片久久毛片99 | 国产高清网址 |