Ajax創建

          //1 創建對象
          var xmlHttp;
          function createXMLHttpRequest(){
              if(window.ActiveXObject)
                  xmlHttp = new ActiveXObject("Microsoft.XMLHttp");
              else if(widow.XMLHttpRequest)
                  xmlHttp = new XMLHttprequest();
          }
          //2建立請求
              ♠
                var firstName = document.getElementById("firstName").value;
                var url= "9-3.aspx?"+ new Date().getTime();
                xmlHttp.open("GET",url+ "firstName=" + firstName ,ture)//ture表示異步 get方法在提交數據時候在queryString 中發送數據
              ♣
                  xmlHttp.open("POST",url);//第4步發送數據時候用xmlHttp.send(firstName)
          //3異步對象鏈接服務器
          xmlHttp.onreadystatechange = function(){
              if(xmlHttp.readyState == 4 && xmlHttp.status == 200)
                  var responseDiv = document.getElementById("serverResponse");//xmlHttp.responseText服務器的返回并賦值
                  responseDiv.innerHTML = decodeURI(xmlHttp.responseText); //解碼
          }
          //4數據發送
          xmlHttp.send(null)
             2步驟當為post時候
                  xmlHttp.setRequestHeader("Content-Type","application/x-www-form-urlencoded");

          posted on 2012-05-16 11:43 youngturk 閱讀(254) 評論(0)  編輯  收藏 所屬分類: Ajax

          <2012年5月>
          293012345
          6789101112
          13141516171819
          20212223242526
          272829303112
          3456789

          導航

          統計

          公告

          this year :
          1 jQuery
          2 freemarker
          3 框架結構
          4 口語英語

          常用鏈接

          留言簿(6)

          隨筆分類

          隨筆檔案

          文章分類

          文章檔案

          相冊

          EJB學習

          Flex學習

          learn English

          oracle

          spring MVC web service

          SQL

          Struts

          生活保健

          解析文件

          搜索

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 天峨县| 武平县| 五大连池市| 平南县| 江华| 灵山县| 金山区| 永州市| 曲麻莱县| 焦作市| 江永县| 娄底市| 通许县| 全州县| 弋阳县| 余干县| 古交市| 呼图壁县| 民权县| 巴彦淖尔市| 彭泽县| 扎鲁特旗| 图木舒克市| 社会| 台江县| 丰镇市| 内丘县| 荆门市| 城市| 奉贤区| 西宁市| 松阳县| 汕尾市| 古浪县| 邵阳市| 文昌市| 左贡县| 葵青区| 浮山县| 车险| 涿鹿县|