中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

php+js+html+ajax獲取頁面數據

發布時間:2020-04-04 15:00:58 來源:網絡 閱讀:623 作者:BlindCourage 欄目:web開發

login.php


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>

<head>

   <link type="text/css" href="app.css" rel="stylesheet">

   <meta name="viewport" content="width=device-width; initial-scale=1.4;  minimum-scale=1.0; maximum-scale=2.0"/>

   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

   <title></title>

   <script type="text/javascript" language="JavaScript">

       function login(){

           var account=document.getElementById('account');

           var password=document.getElementById('password');



           if(account.value==""){


               alert("請輸入帳號");

               account.focus;

               return;

           }


           if(password.value==""){

               alert("請輸入密碼");

               password.focus;

               return;

           }


           var xmlHttp;


           //創建XMLHttpRequest對象

           if(window.ActiveXObject){

               xmlHttp = new ActiveXObject("Microsoft.XmlHttp");

           } else if(window.XMLHttpRequest){

               xmlHttp = new XMLHttpRequest();

           }


           xmlHttp.onreadystatechange = function(){

               if(xmlHttp.readyState==4){



                   if(xmlHttp.status==200){

                       //發送到服務器之后返回的消息

                       document.getElementById('msg').innerHTML=xmlHttp.responseText;

                   }

               }

           }

           var url="test.php";

           var queryString="account=" + account.value;

           xmlHttp.open("post",url,true);

           xmlHttp.setRequestHeader("Content-Type","application/x-www-form-urlencoded;");

           xmlHttp.send(queryString);



       }

   </script>

</head>


<body >

<div class="appList"  >


   <table border="0" cellpadding="1" cellspacing="1" bordercolor="#AA7E7B">

       <tr>

           <td>

               帳號:

           </td>

           <td>

               <input id="account" type="text" maxlength="100" /><br/>

           </td>

       </tr>

       <tr>

           <td>

               密碼

           </td>

           <td>

               <input id="password" type="password" maxlength="100" />

           </td>

       </tr>


   </table>

   <input   type="button" value="登錄" onclick="login()"/>


   <div id="msg"></div>

</div>

</body>

</html>



test.php


<?php


   if(isset($_REQUEST['account'])){

       echo "get account:".$_REQUEST['account'];

   }

?>



向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

开化县| 伊春市| 北安市| 滁州市| 锡林浩特市| 社会| 江永县| 张家口市| 汽车| 枣强县| 元谋县| 平阴县| 恩平市| 天气| 石首市| 高邑县| 阳新县| 平山县| 新宁县| 历史| 清水河县| 巴南区| 甘肃省| 陆川县| 高密市| 三都| 上栗县| 大厂| 千阳县| 太白县| 平乡县| 栾城县| 榆社县| 吉林市| 山阳县| 洪雅县| 惠安县| 行唐县| 禹州市| 阿合奇县| 乐山市|