省市联动



    
        "UTF-8">
        注册页面重新布局
        
        
        

    

    
        
class="top"> "../../img/logo2.png" height="47px" />
class="top"> "../../img/header.png" height="47px" />
class="top" style="padding-top: 15px;height: 35px;"> "#">登录 "#">注册 "#">购物车
"clear">
"menu">
  • 首页
  • 电脑办公
  • 手机数码
  • 孕婴保健
  • 鞋靴箱包
"contanier">
"content"> "1" align="center" cellpadding="1" cellspacing="0" width="70%" height="70%" bgcolor="white"> "get" action="#" onsubmit="return checkForm()">
"2" align="center"> "5">会员注册
用户名 "text" name="username" id="username" onfocus="showTips('username','必须以字母开头')" onblur="check('username','用户名不能为空')" />"usernamespan">
密码 "password" name="password" id="password" onfocus="showTips('password','密码长度不能低于6位!')" onblur="check('password','密码不能为空!')" />"passwordspan">
确认密码 "password" name="repassword" />
email "text" name="email" id="email" />
姓名 "text" name="name" />
籍贯 <select onchange="changeCity(this.value)"> select> <select id="city"> select>
性别 "radio" name="sex" value="" />"radio" name="sex" value="" />
出生日期 "text" name="birthday" />
验证码 "text" name="yanzhengma" /> "../img/yanzhengma.png" />
"2"> "submit" value="注册" />
""> "../../img/footer.jpg" width="99%" />

 

1 创建一个二维数组用于存储省份和城市

2 遍历二维数组中的省份

3 遍历用户选择的省份下的城市

4 创建城市的文本节点

5 创建option 元素节点

6 将城市的文本节点添加到option元素节点

7 获取第二个下拉列表

8 将option元素节点添加到第二个下拉列表中去

9 清空第二个下拉列表的option内容

你可能感兴趣的:(省市联动)