ajax 二级联动
}catch(e){
try{
xmlhttpobj=newactivexobject("msxml2.xmlhttp");
}catch(e2){
try{
xmlhttpobj=newactivexobject("microsoft.xmlhttp");
}catch(e3){
xmlhttpobj=false;
}
}
}
returnxmlhttpobj;
}
functiongetsubcategory(bigclassid){
if(bigclassid==0){
document.getelementbyid("subclass").innerhtml="<selectname='smallclassid'<optionvalue='0'selected选择二级分类</option</select";
return;
};
varxmlhttpobj=createxmlhttp();
if(xmlhttpobj){//如果创建对象xmlhttpobj成功
xmlhttpobj.open('get',"getsubcategory.asp?bigclassid="+bigclassid+"&number="+math.random(),true);//get方法加个随机数。
xmlhttpobj.send(null);
xmlhttpobj.onreadystatechange=function(){//客户端监控函数
if(xmlhttpobj.readystate==4){//服务器处理请求完成
if(xmlhttpobj.status==200){
//alert('ok');
varhtml=xmlhttpobj.responsetext;//获得返回值
document.getelementbyid("subclass").innerhtml=html;
}else{
document.getelementbyid("subclass").innerhtml="对不起,您请求的页面有问题...";
}
}else{
document.getelementbyid("subclass").innerhtml="加载中,请梢候...";//服务器处理中
}
}
}
}
[attachment=9]
查看完整版本:[][]
poweredbycode©200305
time0.101168second(s),query:3gzipdisabled
youcan
- jsp二级联动
- jsp二级联动菜单 Java / Web 开发 - CSDN社区 community.csdn.netjsp二级联动菜单楼主xixiclear()2006-01-21 00:22:48 在 Java / Web 开发 提问 连接mysql,我的第..
- .net 二级联动
- .net中的二级联动 - 后台数据库编程 - 经典论坛 网页-网站-制作-...披着狼皮的羊 高级会员 帖子1247 体力821 威望0 当前天津 南开离线9天 2#大中小 发表于 2007-..
- ajax 实现二级联动
- Ajax实现二级联动菜单_庄子论剑Ajax实现二级联动菜单2008年01月25日 星期五 10:29 分析. 在程序中经常需要根据第一个选择列表项来确定第二个选择列表的项,这种设..
- asp ajax 二级联动
- asp+ajax二级联动菜单(转) CSDN 下载频道一个用的比较多的AJAX二级联动菜单,可以改成省份和城市联动,商品与商品类联动 duoduo123 的其它资源 多个论坛收藏的....
- php 二级联动
- 一个用数据库的php二级联动_动网_社区论坛?开发者网络源动力php /* *功能:php二级联动菜单* *作者:冲星* *Email:njj@nuc.edu.cn* *日期:2004/10/02** ***请转载...
- 省市二级联动
- 中国省市二级联动菜单(全)_HuaZi###中国省市二级联动菜单开始##如有问题请到www.pegqw.com找我!## function Dsy() { this.Items = {}; } Ds..
