国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網(wǎng)站 > 建站經(jīng)驗 > 正文

Ajax+asp.n-et實現(xiàn)用戶登陸

2019-11-02 15:12:21
字體:
供稿:網(wǎng)友

 這篇文章主要介紹了Ajax+asp.net實現(xiàn)用戶登陸,主要是為了練習(xí)ajax的使用方法,有需要的小伙伴參考下。

  

以用戶登錄為例練習(xí)ajax的使用方法

login.html

? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title></title> <script type="text/javascript"> var obj = createobj();   function login(name, pwd) { var urlstr = "http://localhost:14248/server.aspx?username=" + name + "&password=" + pwd; obj.open("get", urlstr, true); obj.onreadystatechange = dowork; obj.send(); }   function dowork() { if (obj.readyState == 4) { if (obj.status == 200) { document.getElementById("msg").innerText = obj.responseText; } } } //創(chuàng)建對象 function createobj() { var xmlHttp = null; try { //非IE瀏覽器 xmlHttp = new XMLHttpRequest(); } catch (e) { //IE瀏覽器 try{ xmlHttp = new ActiveXObject("Msxml2.HTTP"); } catch (e) { xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); } } return xmlHttp; } </script> </head> <body> <table> <tr> <td align="center" colspan="2">登錄</td> </tr> <tr> <td>用戶名:</td> <td><input type="text" id="username" name="username" /></td> </tr> <tr> <td>密碼:</td> <td><input type="password" id="password" name="password" /></td> </tr> <tr> <td > <input type="submit" value="登錄" onclick="login(document.getElementById('username').value,document.getElementById('password').value)" /> </td> <td> <input type="reset" value="清空" /> </td> <td><span id="msg"></span></td> </tr> </table> </body> </html>
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 和平区| 香河县| 南雄市| 桂平市| 陕西省| 定安县| 麻江县| 隆德县| 贺兰县| 台湾省| 奉化市| 奉贤区| 连城县| 黑龙江省| 新郑市| 苍山县| 嘉善县| 岗巴县| 咸丰县| 沂水县| 宜州市| 都兰县| 邯郸县| 阿城市| 桃园县| 黄骅市| 临安市| 杭锦后旗| 辉县市| 通辽市| 宁陵县| 沁阳市| 葫芦岛市| 中方县| 新巴尔虎右旗| 建湖县| 旌德县| 井冈山市| 岳池县| 荣成市| 平原县|