js2级联动 并js鼠标悬停显示文字字

提供主流cms教程
提供数据库教程和设计
提供各种常见网页js代码
提供常用的JS特效代码及在线演示
提供jQuery插件教程及插件下载
提供服务器常见问题及教程
提供站长技术、站长资讯等内容
提供常用开发手册和开发工具
您现在的位置:& >
js实现的二级联动
导读:js实现的二级联动,B5教程网推荐下载!站长必备的js网页特效及js广告代码,提供高质量js特效下载。&!DOCTYPEHTMLPUBLIC&-//W3C//DTDHTML4.0...
js实现的二级联动,B5教程网推荐下载!站长必备的js网页特效及js广告代码,提供高质量js特效下载。
&!DOCTYPE&HTML&PUBLIC&&-//W3C//DTD&HTML&4.01&Transitional//EN&&&http://www.w3.org/TR/html4/loose.dtd&& &
&&&title&&New&Document&&/title& &
&&&meta&name=&Generator&&content=&EditPlus&& &
&&&meta&name=&Author&&content=&&& &
&&&meta&name=&Keywords&&content=&&& &
&&&meta&name=&Description&&content=&&& &
&&/head& &
&&&select&id=&liandong1&&onchange=&change1(this.options.selectedIndex)&&/& &
&&&option&北方城市&/option& &
&&&option&南方城市&/option& &
&&&/select& &
&&&select&id=&liandong2&& &
&&&option&请选择&/option& &
&&&option&东北&/option& &
&&&option&西北&/option& &
&&&/select& &
&&&script&type=&text/javascript&& &
&&&&var&groups=document.getElementById('liandong1').options. &
&&&&var&group=new&Array(groups); &
&&&&for&(var&i=0;i&i++){ &
&&&&group[i]&=&new&Array(); &
&&&&group[0][0]=&请选择&; &
&&&&group[0][1]=&东北&; &
&&&&group[0][2]=&西北&; &
&&&&group[1][0]=&请选择&; &
&&&&group[1][1]=&东南&; &
&&&&group[1][2]=&西南&; &
&&&&group[1][3]=&中原&; &
&&&&var&temp=document.getElementById(&liandong2&); &
&&&&function&change1(x){ &
&&&&for(var&i=0;&i&&&temp.options.i++){ &
&&&&temp.options.remove(i); &
&&&&for(i=0;&i&&&group[x].&i++){ &
&&&&temp.options[i]=new&Option(group[x][i],&&); &
&&&/script& &
&&/body& &
转载请注明(B5教程网)原文链接:
网友评论:JS经典的省份城市二级联动菜单_网页特效代码,网页特效代码大全集锦-芯晴网页特效_
当前位置: /
JS经典的省份城市二级联动菜单
分类:
发布日期:
&title&JS经典的省份城市二级联动菜单丨芯晴网页特效丨&/title&
&script language=&javascript&&
cityareaname=new Array(35);
cityareacode=new Array(35);
function first(preP,preC,formname,selectP,selectC)
if (selectP=='01')
{ a=1;tempoption=new Option('北京','01',false,true); }
{ tempoption=new Option('北京','01'); }
eval('document.'+formname+'.'+preP+'.options[1]=');
cityareacode[0]=new Array('0101','0102','0103','0104','0105','0106','0107','0108');
cityareaname[0]=new Array('东城区','西城区','崇文区','宣武区','朝阳区','海淀区','丰台区','石景山');
if (selectP=='02')
{ a=2;tempoption=new Option('深圳','02',false,true); }
{ tempoption=new Option('深圳','02'); }
eval('document.'+formname+'.'+preP+'.options[2]=');
cityareacode[1]=new Array('0201','0202','0203','0204','0205','0206');
cityareaname[1]=new Array('罗湖','福田','南山','盐田','宝安','龙岗');
if (selectP=='03')
{ a=3;tempoption=new Option('上海','03',false,true); }
{ tempoption=new Option('上海','03'); }
eval('document.'+formname+'.'+preP+'.options[3]=');
cityareacode[2]=new Array('0301','0302','0303','0304','0305','0306','0307','0308','0309','0310','0311','0312','0313','0314','0315','0316','0317','0318','0319','0320');
cityareaname[2]=new Array('宝山','金山','南市','长宁','静安','青浦','崇明','卢湾','松江','奉贤','浦东','杨浦','虹口','普陀','闸北','黄浦','闵行','徐汇','嘉定','南汇');
if (selectP=='04')
{ a=4;tempoption=new Option('重庆','04',false,true); }
{ tempoption=new Option('重庆','04'); }
eval('document.'+formname+'.'+preP+'.options[4]=');
cityareacode[3]=new Array('0401','0402','0403','0404','0405','0406');
cityareaname[3]=new Array('渝中','江北','沙坪坝','南岸','九龙坡','大渡口');
if (selectP=='05')
{ a=5;tempoption=new Option('天津','05',false,true); }
{ tempoption=new Option('天津','05'); }
eval('document.'+formname+'.'+preP+'.options[5]=');
cityareacode[4]=new Array('0501','0502','0503','0504','0505','0506','0507','0508','0509','0510','0511','0512','0513','0514','0515');
cityareaname[4]=new Array('和平','河北','河西','河东','南开','红桥','塘沽','汉沽','大港','东丽','西青','津南','北辰','武清','滨海');
if (selectP=='06')
{ a=6;tempoption=new Option('广东','06',false,true); }
{ tempoption=new Option('广东','06'); }
eval('document.'+formname+'.'+preP+'.options[6]=');
cityareacode[5]=new Array('0601','0602','0603','0604','0605','0606','0607','0608','0609','0610','0611','0612','0613','0614','0615');
cityareaname[5]=new Array('广州','珠海','中山','佛山','东莞','清远','肇庆','阳江','湛江','韶关','惠州','河源','汕尾','汕头','梅州');
if (selectP=='07')
{ a=7;tempoption=new Option('河北','07',false,true); }
{ tempoption=new Option('河北','07'); }
eval('document.'+formname+'.'+preP+'.options[7]=');
cityareacode[6]=new Array('0701','0702','0703','0704','0705','0706','0707','0708','0709','0710','0711');
cityareaname[6]=new Array('石家庄','唐山','秦皇岛','邯郸','邢台','张家口','承德','廊坊','沧州','保定','衡水');
if (selectP=='08')
{ a=8;tempoption=new Option('山西','08',false,true); }
{ tempoption=new Option('山西','08'); }
eval('document.'+formname+'.'+preP+'.options[8]=');
cityareacode[7]=new Array('0801','0802','0803','0804','0805','0806','0807');
cityareaname[7]=new Array('太原','大同','阳泉','朔州','长治','临汾','晋城');
if (selectP=='09')
{ a=9;tempoption=new Option('内蒙古','09',false,true); }
{ tempoption=new Option('内蒙古','09'); }
eval('document.'+formname+'.'+preP+'.options[9]=');
cityareacode[8]=new Array('0901','0902','0903','0904','0905','0906','0907','0908','0909','0910','0911');
cityareaname[8]=new Array('呼和浩特','包头','乌海','临河','东胜','集宁','锡林浩特','通辽','赤峰','海拉尔','乌兰浩特');
if (selectP=='10')
{ a=10;tempoption=new Option('辽宁','10',false,true); }
{ tempoption=new Option('辽宁','10'); }
eval('document.'+formname+'.'+preP+'.options[10]=');
cityareacode[9]=new Array('1001','1002','1003','1004','1005','1006','1007','1008','1009','1010','1011','1012','1013','1014');
cityareaname[9]=new Array('沈阳','大连','鞍山','锦州','丹东','盘锦','铁岭','抚顺','营口','辽阳','阜新','本溪','朝阳','葫芦岛');
if (selectP=='11')
{ a=11;tempoption=new Option('吉林','11',false,true); }
{ tempoption=new Option('吉林','11'); }
eval('document.'+formname+'.'+preP+'.options[11]=');
cityareacode[10]=new Array('1101','1102','1103','1104','1105','1106','1107','1108','1109');
cityareaname[10]=new Array('长春','吉林','四平','辽源','通化','白山','松原','白城','延边');
if (selectP=='12')
{ a=12;tempoption=new Option('黑龙江','12',false,true); }
{ tempoption=new Option('黑龙江','12'); }
eval('document.'+formname+'.'+preP+'.options[12]=');
cityareacode[11]=new Array('1201','1202','1203','1204','1205','1206','1207','1208','1209','1210','1211','1212','1213');
cityareaname[11]=new Array('哈尔滨','齐齐哈尔','牡丹江','佳木斯','大庆','伊春','黑河','鸡西','鹤岗','双鸭山','七台河','绥化','大兴安岭');
if (selectP=='13')
{ a=13;tempoption=new Option('江苏','13',false,true); }
{ tempoption=new Option('江苏','13'); }
eval('document.'+formname+'.'+preP+'.options[13]=');
cityareacode[12]=new Array('1301','1302','1303','1304','1305','1306','1307','1308','1309','1310','1311','1312','1313');
cityareaname[12]=new Array('南京','苏州','无锡','常州','镇江','连云港 ','扬州','徐州 ','南通','盐城','淮阴','泰州','宿迁');
if (selectP=='14')
{ a=14;tempoption=new Option('浙江','14',false,true); }
{ tempoption=new Option('浙江','14'); }
eval('document.'+formname+'.'+preP+'.options[14]=');
cityareacode[13]=new Array('1401','1402','1403','1404','1405','1406','1407','1408','1409','1410','1411');
cityareaname[13]=new Array('杭州','湖州','丽水','温州','绍兴','舟山','嘉兴','金华','台州','衢州','宁波');
if (selectP=='15')
{ a=15;tempoption=new Option('安徽','15',false,true); }
{ tempoption=new Option('安徽','15'); }
eval('document.'+formname+'.'+preP+'.options[15]=');
cityareacode[14]=new Array('1501','1502','1503','1504','1505','1506','1507','1508','1509','1510','1511','1512','1513','1514','1515','1516','1517');
cityareaname[14]=new Array('合肥
','芜湖 ','蚌埠 ','滁州 ','安庆 ','六安 ','黄山 ','宣城 ','淮南 ','宿州 ','马鞍山 ','铜陵','淮北 ','阜阳 ','池州 ','巢湖 ','亳州');
if (selectP=='16')
{ a=16;tempoption=new Option('福建','16',false,true); }
{ tempoption=new Option('福建','16'); }
eval('document.'+formname+'.'+preP+'.options[16]=');
cityareacode[15]=new Array('1601','1602','1603','1604','1605','1606','1607','1608','1609');
cityareaname[15]=new Array('福州 ','厦门 ','泉州 ','漳州 ','龙岩 ','南平 ','宁德 ','莆田 ','三明');
if (selectP=='17')
{ a=17;tempoption=new Option('江西','17',false,true); }
{ tempoption=new Option('江西','17'); }
eval('document.'+formname+'.'+preP+'.options[17]=');
cityareacode[16]=new Array('1701','1702','1703','1704','1705','1706','1707','1708','1709','1710','1711');
cityareaname[16]=new Array('南昌','景德镇','九江','萍乡','新余','鹰潭','赣州','宜春','吉安','上饶','抚州');
if (selectP=='18')
{ a=18;tempoption=new Option('山东','18',false,true); }
{ tempoption=new Option('山东','18'); }
eval('document.'+formname+'.'+preP+'.options[18]=');
cityareacode[17]=new Array('1801','1802','1803','1804','1805','1806','1807','1808','1809','1810','1811','1812','1813','1814','1815','1816','1817');
cityareaname[17]=new Array('济南','青岛','淄博','德州','烟台','潍坊','济宁','泰安','临沂','菏泽','威海','枣庄','日照','莱芜','聊城','滨州','东营');
if (selectP=='19')
{ a=19;tempoption=new Option('河南','19',false,true); }
{ tempoption=new Option('河南','19'); }
eval('document.'+formname+'.'+preP+'.options[19]=');
cityareacode[18]=new Array('1901','1902','1903','1904','1905','1906','1907','1908','1909','1910','1911','1912','1913','1914','1915','1916','1917','1918');
cityareaname[18]=new Array('郑州','开封','洛阳','平顶山','安阳','鹤壁','新乡','焦作','濮阳','许昌','漯河','三门峡','南阳','商丘','周口','驻马店','信阳','济源');
if (selectP=='20')
{ a=20;tempoption=new Option('湖北','20',false,true); }
{ tempoption=new Option('湖北','20'); }
eval('document.'+formname+'.'+preP+'.options[20]=');
cityareacode[19]=new Array('2001','2002','2003','2004','2005','2006','2007','2008','2009','2010','2011','2012','2013','2014','2015','2016','2017');
cityareaname[19]=new Array('武汉','黄石','十堰','荆州','宜昌','襄樊','鄂州','荆门','孝感','黄冈','咸宁','恩施','随州','仙桃','天门','潜江','神农架');
if (selectP=='21')
{ a=21;tempoption=new Option('湖南','21',false,true); }
{ tempoption=new Option('湖南','21'); }
eval('document.'+formname+'.'+preP+'.options[21]=');
cityareacode[20]=new Array('2101','2102','2103','2104','2105','2106','2107','2108','2109','2110','2111','2112','2113');
cityareaname[20]=new Array('长沙','株州','湘潭','衡阳','邵阳','岳阳','常德','郴州','益阳','永州','怀化','娄底','湘西 ');
if (selectP=='22')
{ a=22;tempoption=new Option('广西','22',false,true); }
{ tempoption=new Option('广西','22'); }
eval('document.'+formname+'.'+preP+'.options[22]=');
cityareacode[21]=new Array('2201','2202','2203','2204','2205','2206','2207','2208','2209','2210','2211','2212');
cityareaname[21]=new Array('南宁','柳州','桂林','梧州','北海','防城港','钦州','贵港','玉林','贺州','百色','河池');
if (selectP=='23')
{ a=23;tempoption=new Option('海南','23',false,true); }
{ tempoption=new Option('海南','23'); }
eval('document.'+formname+'.'+preP+'.options[23]=');
cityareacode[22]=new Array('2301','2302','2303','2304','2305','2306','2307','2308','2309');
cityareaname[22]=new Array('海口 ','三亚','通什','琼海','琼山','文昌','万宁','东方','儋州');
if (selectP=='24')
{ a=24;tempoption=new Option('四川','24',false,true); }
{ tempoption=new Option('四川','24'); }
eval('document.'+formname+'.'+preP+'.options[24]=');
cityareacode[23]=new Array('2401','2402','2403','2404','2405','2406','2407','2408','2409','2410','2411','2412','2413','2414','2415','2416','2417','2418','2419','2420');
cityareaname[23]=new Array('成都','自贡','攀枝花','泸州','德阳','绵阳','广元','遂宁','内江','乐山','南充
','宜宾','广安','达川','巴中','雅安','眉山
','阿坝 ','甘孜 ','凉山 ');
if (selectP=='25')
{ a=25;tempoption=new Option('贵州','25',false,true); }
{ tempoption=new Option('贵州','25'); }
eval('document.'+formname+'.'+preP+'.options[25]=');
cityareacode[24]=new Array('2501','2502','2503','2504','2505','2506','2507','2508','2509');
cityareaname[24]=new Array('贵阳 ','六盘水','遵义','铜仁','毕节','安顺','黔西南 ','黔东南','黔南');
if (selectP=='26')
{ a=26;tempoption=new Option('云南','26',false,true); }
{ tempoption=new Option('云南','26'); }
eval('document.'+formname+'.'+preP+'.options[26]=');
cityareacode[25]=new Array('2601','2602','2603','2604','2605','2606','2607','2608','2609','2610','2611','2612','2613','2614','2615','2616','2617');
cityareaname[25]=new Array('昆明','东川','曲靖','玉溪','昭通','思茅','临沧','保山','丽江','文山 ','红河 ','西双版纳 ','楚雄 ','大理 ','德宏 ','怒江','迪庆');
if (selectP=='27')
{ a=27;tempoption=new Option('西藏','27',false,true); }
{ tempoption=new Option('西藏','27'); }
eval('document.'+formname+'.'+preP+'.options[27]=');
cityareacode[26]=new Array('2701','2702','2703','2704','2705','2706','2707');
cityareaname[26]=new Array('拉萨','那曲','昌都','山南','日喀则','阿里','林芝');
if (selectP=='28')
{ a=28;tempoption=new Option('陕西','28',false,true); }
{ tempoption=new Option('陕西','28'); }
eval('document.'+formname+'.'+preP+'.options[28]=');
cityareacode[27]=new Array('2801','2802','2803','2804','2805','2806','2807','2808','2809','2810');
cityareaname[27]=new Array('西安','铜川','宝鸡','咸阳','渭南','延安','汉中','榆林','商洛','安康');
if (selectP=='29')
{ a=29;tempoption=new Option('甘肃','29',false,true); }
{ tempoption=new Option('甘肃','29'); }
eval('document.'+formname+'.'+preP+'.options[29]=');
cityareacode[28]=new Array('2901','2902','2903','2904','2905','2906','2907','2908','2909','2910','2911','2912','2913','2914');
cityareaname[28]=new Array('兰州','金昌','白银','天水','嘉峪关','定西','平凉','庆阳','陇南','武威','张掖','酒泉','甘南 ','临夏');
if (selectP=='30')
{ a=30;tempoption=new Option('青海','30',false,true); }
{ tempoption=new Option('青海','30'); }
eval('document.'+formname+'.'+preP+'.options[30]=');
cityareacode[29]=new Array('3001','3002','3003','3004','3005','3006','3007','3008');
cityareaname[29]=new Array('西宁','海东',' 海北 ','黄南','海南','果洛','玉树','海西');
if (selectP=='31')
{ a=31;tempoption=new Option('宁夏','31',false,true); }
{ tempoption=new Option('宁夏','31'); }
eval('document.'+formname+'.'+preP+'.options[31]=');
cityareacode[30]=new Array('3101','3102','3103','3104');
cityareaname[30]=new Array('银川','石嘴山','银南','固原');
if (selectP=='32')
{ a=32;tempoption=new Option('新疆','32',false,true); }
{ tempoption=new Option('新疆','32'); }
eval('document.'+formname+'.'+preP+'.options[32]=');
cityareacode[31]=new Array('3201','3202','3203','3204','3205','3206','3207','3208','3209','3210','3211','3212','3213');
cityareaname[31]=new Array('乌鲁木齐','克拉玛依','石河子','吐鲁番','哈密','和田','阿克苏','喀什','克孜勒苏','巴音郭楞','昌吉','博尔塔拉','伊犁');
if (selectP=='33')
{ a=33;tempoption=new Option('香港','33',false,true); }
{ tempoption=new Option('香港','33'); }
eval('document.'+formname+'.'+preP+'.options[33]=');
cityareacode[32]=new Array();
cityareaname[32]=new Array();
if (selectP=='34')
{ a=34;tempoption=new Option('澳门','34',false,true); }
{ tempoption=new Option('澳门','34'); }
eval('document.'+formname+'.'+preP+'.options[34]=');
cityareacode[33]=new Array();
cityareaname[33]=new Array();
if (selectP=='35')
{ a=35;tempoption=new Option('台湾','35',false,true); }
{ tempoption=new Option('台湾','35'); }
eval('document.'+formname+'.'+preP+'.options[35]=');
cityareacode[34]=new Array();
cityareaname[34]=new Array();
eval('document.'+formname+'.'+preP+'.options[a].selected=');
cityid=selectP;
if (cityid!='0')
b=0;for (i=0;i&cityareaname[cityid-1].i++)
if (selectC==cityareacode[cityid-1][i])
{b=i+1;tempoption=new Option(cityareaname[cityid-1][i],cityareacode[cityid-1][i],false,true);}
tempoption=new Option(cityareaname[cityid-1][i],cityareacode[cityid-1][i]);
eval('document.'+formname+'.'+preC+'.options[i+1]=');
eval('document.'+formname+'.'+preC+'.options[b].selected=');
function selectcityarea(preP,preC,formname)
cityid=eval('document.'+formname+'.'+preP+'.selectedI');
j=eval('document.'+formname+'.'+preC+'.');
for (i=1;i&j;i++)
{eval('document.'+formname+'.'+preC+'.options[j-i]=')}
if (cityid!=&0&)
for (i=0;i&cityareaname[cityid-1].i++)
tempoption=new Option(cityareaname[cityid-1][i],cityareacode[cityid-1][i]);
eval('document.'+formname+'.'+preC+'.options[i+1]=');
&form action=&file:///C|/Program%20Files/Macromedia/Dreamweaver%204/Lessons/Lesson%20Files/info_search.asp?martid=& method=post name=form1&
&img src=&file:///C|/Program%20Files/Macromedia/Dreamweaver%204/images/w_KT.gif& height=&6& width=&1& onload=&return imgzoom(this,600);& onclick=&javascript:window.open(this.src);& style=&cursor:&/&
&table width=300
border=0 cellspacing=&0& cellpadding=&1& !bgcolor=#FFFDE6&
&td class=&black_con9& align=&right&&省份:&/td&
&td class=&black_con9&&
&select name=&selectp& onChange=&selectcityarea('selectp','selectc','form1');&&
&option value=&0& selected&不限--
&td class=&black_con9& align=&right&&县/市:&/td&
&td class=&black_con9&&
&select name=&selectc&&
&option value=&0& selected&不限--
&script language=&javascript&&
first(&selectp&,&selectc&,&form1&,0,0);
&br&&br&&hr&&p align=&center&&&font color=black&本特效由 &a href=&& target=&_blank&&芯晴网页特效&/a&丨 收集于互联网,只为兴趣与学习交流,不作商业用途。&/font&&/p&
提示:可以先修改部分代码后再运行
您可能在找这些
下载积分:免费提供下载
&&&浏览:8469
&&&浏览:372
&&&浏览:117
&&&浏览:7981JS二级联动下拉菜单,把第二个菜单里的值传出_百度知道
色情、暴力
我们会通过消息、邮箱等方式尽快将举报结果通知您。
JS二级联动下拉菜单,把第二个菜单里的值传出
直辖市&&直辖市&city& &select name=&province& id=&province& onchange=&getCity()&quot.getElementById(&city&); var provinceCity=city[sltP
& name=&quot.selectedIndex-1]; sltC/select& &lt.length=1; for(var i=0;
&lt。。我想得到的不是文字内容,是选择了城市后把一个固定的字符串传到后续的接口里例如;请选择所在城市&&#47,&option value=&0& }} &] ];option&/head& & var sltCity=document,现在是取省份的值。,&quot.i++){ sltCity[i+1]=new Option(provinceCity[i],provinceCity[i]);&select&province&i&provinceC天津&重庆&select id=&city&,&上海&; &form action=& &//option& &/option&
&option value=&function getCity(){ var sltProvince=document.getElementById(&quot:怎么让取到城市的值放到VALUE里;option value=&0&/script& &lt.asp& name=theForm&body&&&gt:北京代表‘1‘ 天津代表‘2’ 下拉菜单选择 北京的时候 把1传到action里var city=[[&北京&;& &/form&gt我有一个代码;); selected&请选择所在省份&lt
我有更好的答案
&select id=&city& name=&city&&加上onchange事件onchange=getcityvalue(this)把自己当做参数传出来,然后你取this。value或者this。text都可以
&!DOCTYPE html PUBLIC &-//W3C//DTD XHTML 1.0 Transitional//EN& &&&&html xmlns=&&&&head&&meta http-equiv=&Content-Type& content=&text/ charset=utf-8& /&&title&Option 2&/title&&script& /*var citys=[[&==请选择城市==&],[&南京&,&无锡&,&苏州&,&镇江&,&常州&,&连云港&],[&济南&,&烟台&,&青岛&,&日照&],[&杭州&,&宁波&,&义乌&,&温州&],[&合肥&,&芜湖&,&马鞍山&,&黄山&]];*/var citys=new Array();citys[&江苏&]=[&南京&,&无锡&,&苏州&,&镇江&,&常州&,&连云港&];citys[&山东&]=[&济南&,&烟台&,&青岛&,&日照&];citys[&浙江&]=[&杭州&,&宁波&,&义乌&,&温州&];citys[&安徽&]=[&合肥&,&芜湖&,&马鞍山&,&黄山&]; window.onload=function(){ var selP=document.getElementById(&selProv&); var op=new Option(&江苏&,1); selP.options.add(op); op=new Option(&山东&,2); selP.options.add(op); op=new Option(&浙江&,3); selP.options.add(op); op=new Option(&安徽&,4); selP.options.add(op); }function changeCitys(){ var obj=document.getElementById(&selProv&); var ind=parseInt(obj.value);//索引下标值 //alert(obj.options[obj.selectedIndex].text); var prov=obj.options[obj.selectedIndex].//所选中的内容 var selC=document.getElementById(&selCity&); //selC.options.length=1; selC.length=0; for(var i=0;i&citys[prov].i++){
op=new Option(citys[prov][i],&&+(i+1));
selC.options.add(op); } /*switch(ind){
case &1&://江苏
op=new Option(&南京&,11);
selC.options.add(op);
op=new Option(&苏州&,12);
selC.options.add(op);
op=new Option(&无锡&,13);
selC.options.add(op);
op=new Option(&济南&,21);
selC.options.add(op);
op=new Option(&青岛&,22);
selC.options.add(op);
op=new Option(&烟台&,23);
selC.options.add(op);
op=new Option(&杭州&,31);
selC.options.add(op);
op=new Option(&宁波&,32);
selC.options.add(op);
op=new Option(&义乌&,33);
selC.options.add(op);
op=new Option(&合肥&,41);
selC.options.add(op);
op=new Option(&芜湖&,42);
selC.options.add(op);
op=new Option(&马鞍山&,43);
selC.options.add(op); }*/}&/script&&/head& &body&省份:&select id=&selProv& onchange=&changeCitys()&&&option value=&0& &==请选择省份==&/option&&/select&&br /&城市:&select id=&selCity&&&option &==请选择城市==&/option&&/select&&br /&&/body&&/html&你参考一下吧 可以运行的
&!DOCTYPE HTML PUBLIC &-//W3C//DTD HTML 4.0 Transitional//EN&&&HTML&&HEAD&&TITLE& New Document &/TITLE&&script&var city=[[&北京&,&天津&,&上海&,&重庆&] ];function getCity(){ var sltProvince=document.getElementById(&province&); var sltCity=document.getElementById(&city&); var provinceCity=city[sltProvince.selectedIndex-1]; sltCity.length=1; for(var i=0;i&provinceCity.i++){
sltCity[i+1]=new Option(provinceCity[i],provinceCity[i]); }}//这里就是取当前被选中的下拉框的值。function showInfo(){
var sltProvince=document.getElementById(&province&);
var sltCity=document.getElementById(&city&);
for(var i=0;i&sltCity.i++){
if(sltCity.options[i].selected) document.getElementById(&cityValue&).innerHTML=sltCity.options[i].
} for(var i=0;i&sltProvince.i++){
if(sltProvince.options[i].selected) document.getElementById(&pro&).innerHTML=sltProvince.options[i].
}} &/script& &/head&&BODY&&form action=&somepage.asp& name=theForm&& &select name=&province& id=&province& onchange=&getCity()&&
&option value=&0& selected&请选择所在省份&/option&
&option value=&直辖市&&直辖市&/option& &/select& &select id=&city& name=&city&&
&option value=&0&&请选择所在城市&/option& &/select& &input type=&button& onclick=&showInfo();&/& &/form&
id=&showvalue&&
省份:&span id=&pro&&
&/span&&&城市 : &span id=&cityValue&&
&/span& &/div&&/BODY&&/HTML&自己写的。测试了。看看是不是你想要的结果。
其他1条回答
为您推荐:
其他类似问题
下拉菜单的相关知识
换一换
回答问题,赢新手礼包

我要回帖

更多关于 js鼠标放上去显示文字 的文章

 

随机推荐