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

首頁 > 開發 > AJAX > 正文

使用Ajax技術通過XMLHttpRequest對象完成首頁登錄功能

2024-09-01 08:32:53
字體:
來源:轉載
供稿:網友
這篇文章主要介紹了使用Ajax技術通過XMLHttpRequest對象完成首頁登錄功能,很不錯的嘗試,需要的朋友可以參考下

最近使用Ajax技術通過XMLHttpRequest對象完成一個首頁的登錄功能!

代碼如下:

<script type="text/javascript">//創建XMLHttpRequest對象function createXMLHttpRequest(){if(window.XMLHttpRequest){return xmlhttprequest=new XMLHttpRequest();}else{return xmlhttprequest=new ActiveXObject("Microsoft.XMLHTTP");}}//登錄按鈕執行的方法function doStart(){var logname=document.getElementById("loginName").value;var logpass=document.getElementById("loginPsw").value;var userinfo="inAccount="+logname+"&inPsw="+logpass;var url="users/users_pswCheck.action";xmlhttprequest=createXMLHttpRequest();xmlhttprequest.onreadystatechange=getresultValue;xmlhttprequest.open("post",url,true);xmlhttprequest.setRequestHeader("Content-Type","application/x-www-form-urlencoded");xmlhttprequest.send(userinfo);}//回調方法function getresultValue(){if(xmlhttprequest.readyState==4 && xmlhttprequest.status==200){var result=xmlhttprequest.responseText;if(result=="success"){window.location.href="index.jsp" ;} else {document.getElementById("xiaoxi").innerHTML="登錄失敗!";}}}//頁面的按鍵事件,即當按的是回車鍵時觸發該事件function keybutton(){if(event.keyCode==13){ doStart(); return;} }</script>

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 屯留县| 克东县| 乾安县| 谷城县| 平顶山市| 班戈县| 灵璧县| 池州市| 星子县| 密云县| 宽城| 封开县| 尼玛县| 武鸣县| 肃宁县| 灌阳县| 囊谦县| 会理县| 罗田县| 钟祥市| 盐山县| 新竹市| 博湖县| 林周县| 潼南县| 巴彦县| 嘉禾县| 称多县| 彩票| 阳信县| 雅安市| 滦平县| 甘洛县| 衡山县| 连平县| 龙泉市| 宁晋县| 于都县| 霍州市| 克拉玛依市| 合水县|