<一. 源代码>

异步 '省','市','区' 三级连动<select id="seProvince" name="seProvince" onchange="LoadCity(this.options[this.selectedIndex].value)"><option value="-1">选择省</option></select>&nbsp;&nbsp;
异步 '省','市','区' 三级连动                         
<select id="seCity" name="seCity" onchange="LoadArea(this.options[this.selectedIndex].value)" disabled="disabled"><option value="-1">选择市</option></select>&nbsp;&nbsp;
异步 '省','市','区' 三级连动                         
<select id="seArea" name="seArea" disabled="disabled"><option value="-1">选择区</option></select>
异步 '省','市','区' 三级连动


<二. 类 异步调用方法>

异步 '省','市','区' 三级连动//获取省
异步 '省','市','区' 三级连动
[AjaxPro.AjaxMethod]
异步 '省','市','区' 三级连动
public IList GetProvince()
}


<三. JS 加载>

异步 '省','市','区' 三级连动//加载省
异步 '省','市','区' 三级连动
window.onload = function()

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2021-06-11
  • 2021-07-12
  • 2021-07-17
  • 2021-10-03
猜你喜欢
  • 2021-06-20
  • 2022-12-23
  • 2021-12-22
  • 2021-08-06
相关资源
相似解决方案