JS+XML 实现省份和城市之间的联动功能

Posted utut6y

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JS+XML 实现省份和城市之间的联动功能相关的知识,希望对你有一定的参考价值。

aspx页面:
以下为引用的内容:
aspx页面:
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td height="25" width="30%" align="right">
UName :
</td>
<td height="25" width="*" align="left">
<asp:TextBox ID="txtUName" runat="server" Width="200px"></asp:TextBox>
</td>http://www.ivivi-home.com/data/sitemap2.html
</tr>
<tr>
<td height="25" width="30%" align="right">
UCountry :
</td>
<td height="25" width="*" align="left">
<asp:TextBox ID="txtUCountry" runat="server" Width="200px"></asp:TextBox>
</td>
</tr>
<tr>
<td height="25" width="30%" align="right">
UProvince :
</td>
<td height="25" width="*" align="left">http://www.ivivi-home.com/data/sitemap1.html
<asp:DropDownList ID="ddlUProvince" runat="server" onchange="ResetCity(this,‘ddlUCity‘);">
</asp:DropDownList>http://www.aksunews.com/sitemap.html
</td>
</tr>
<tr>
<td height="25" width="30%" align="right">
UCity :
</td>
<td height="25" width="*" align="left">
<asp:DropDownList ID="ddlUCity" runat="server">
</asp:DropDownList>
</td>
</tr>
<tr>
<td height="25" colspan="2">
<div align="center">代孕网【网址:bztss.com】
<asp:Button ID="btnAdd" runat="server" Text="注册" OnClick="btnAdd_Click"></asp:Button>
</div>天津代孕【网址:bztss.com】 
</td>
</tr>
</table>
<script> InitProvince(‘ddlUProvince‘);</script>
aspx.cs:代孕公司【网址:bztss.com】
以下为引用的内容:
string province=Request["ddlUProvince"];
string city=Request["ddlUCity"];
JS+XML下载:js+xml_city.rar

以上是关于JS+XML 实现省份和城市之间的联动功能的主要内容,如果未能解决你的问题,请参考以下文章

bootstrap-select.js 怎么联动改变,例如:省份,城市二级联动。

省市二级联动

js 省份城市二级动态联动的例子

Ajax实现的城市二级联动二

联动菜单

2016-07-05 JavaScript实现省份城市二级联动