<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档</title> </head> <body> <select id="province" onchange="setCity(this.value);getArea()" name="province"> <option value="" selected="selected">请选择</option> </select> <select id="city" onchange="setCounty(this.value);getArea()" name="city" style="display:;"> <option value="" selected="selected">请选择</option> </select> <select id="county" name="county" onchange="getArea()" style="display:;"> ......
22
2012
04
最新省市县JS三级联动
分类:每日问 | 浏览:4273 | 评论:0