hgc-ghc
          Good Good Study!!! Day Day Up!!!
          posts - 40,comments - 3,trackbacks - 0
          簡潔實用的ajax封裝 
          ajaxjavascript .
          /**
          ajax封裝
          */
          ygsoft_test_script_helper.ajax=function(method,url,data,func)
          {
          var xmlhttp;
          if (window.XMLHttpRequest)
          {// code for IE7+, Firefox, Chrome, Opera, Safari
          xmlhttp = new XMLHttpRequest();
          }
          else
          {// code for IE6, IE5
          xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
          }
          xmlhttp.onreadystatechange = function ()
          {
          if (xmlhttp.readyState == 4 && xmlhttp.status == 200)
          {
              //返回后處理
              func(xmlhttp.responseText);
                   }
                   }
          xmlhttp.open(method, url, true);
          xmlhttp.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
          xmlhttp.send(data);
          }
          posted on 2013-04-11 10:43 宏才 閱讀(185) 評論(0)  編輯  收藏 所屬分類: ajax

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 类乌齐县| 二连浩特市| 岳阳市| 泸水县| 广河县| 姚安县| 乡城县| 白河县| 大化| 万安县| 陆川县| 榆林市| 苗栗县| 塘沽区| 阿克苏市| 罗源县| 宁阳县| 霍山县| 靖安县| 孟连| 屯留县| 北京市| 惠东县| 广昌县| 碌曲县| 永新县| 成安县| 普安县| 平顺县| 琼结县| 宜黄县| 罗江县| 阳新县| 玛纳斯县| 肇源县| 嵊泗县| 竹溪县| 济阳县| 湖南省| 沿河| 讷河市|