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

基于asp+ajax和數據庫驅動的二級聯動菜單

index.ASP 頁面代碼
復制代碼 代碼如下:
<!--#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 代碼
復制代碼 代碼如下:
// 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){//如果創建對象xmlhttpobj成功
xmlhttpobj.onreadystatechange=handle;
xmlhttpobj.open('get',"getsubcategory.ASP?bigclassid="+bigclassid+"&number="+Math.random(),true);//get方法 加個隨機數。


xmlhttpobj.send(null);
}
}

function handle(){//客戶端監控函數
//if(xmlhttpobj.readystate==4){//服務器處理請求完成
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;//服務器處理中
//}
//}

}

getsubcategory.ASP 代碼
復制代碼 代碼如下:
<%@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 "非法參數"
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 "查詢出錯"
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技術基于asp+ajax和數據庫驅動的二級聯動菜單,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 97一区二区三区 | 精品中文字幕一区二区三区四区 | 午夜第一页 | 91精品国产综合久久婷婷 | 国产欧美日韩免费一区二区 | 美女一丝不佳一级毛片大屁股 | 97玖玖| 四虎永久免费最新在线 | 中文字幕精品在线观看 | 最新亚洲一区二区三区四区 | 久久丝袜精品中文字幕 | 成人精品一区二区久久 | 欧美精品亚洲二区 | 成人精品一区二区三区 | 国产精品亚洲第一区焦香 | 午夜dj观看在线影院 | 国产精品2 | 国产亚洲欧美另类久久久 | 99热国产这里只有精品99 | 四虎永久在线精品免费观看地址 | 欧美日本在线一区二区三区 | 国产精品亚洲一区二区三区 | 亚洲精品成人网 | 好吊操精品视频 | 午夜黄色网 | 久久五月天婷婷 | 中文字幕区 | 国产做受视频激情播放 | 亚洲免费福利 | 成人免费xxx在线观看 | 激情五月婷婷在线 | 亚洲文学 | 99er这里只有精品 | 四虎永久在线精品免费影视 | 色婷婷综合在线视频最新 | 国产精品久久久久免费a∨ 国产精品久久久久免费视频 | 激情六月丁香婷婷四房播 | xf在线a精品一区二区视频网站 | 美女黄板视频 | 亚洲视频免费一区 | 久久亚洲精品视频 |