摘要: <script type="text/javascript"> $(function () { $.ajax({ type: "post", contentType: "application/json", url: "WebService1.asmx/GetListProvince", Data: "{}", success: function (result) { var strDrop = ''; for (var i = 0; i < resul... 阅读全文
posted @ 2013-05-28 10:42 奇奇博客 阅读(347) 评论(0) 推荐(0)
摘要: 前台:<div> <table> <tr> <td>地址:</td> <td> <asp:DropDownList ID="dropProvince" runat="server" AutoPostBack="True" onselectedindexchanged="dropProvince_SelectedIndexChanged"> </asp:DropDownList>省 </td> <t... 阅读全文
posted @ 2013-05-28 10:38 奇奇博客 阅读(330) 评论(0) 推荐(0)
摘要: <title></title> <style type="text/css"> .btnCss { text-decoration: none; color: Blue; border:none; cursor:pointer; } .btnBg { text-decoration: none; color: Black; border:none; cursor:pointer; } </style> <script src="js/Jquery1.7.js" type="... 阅读全文
posted @ 2013-05-28 10:29 奇奇博客 阅读(128) 评论(0) 推荐(0)