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

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


          網站導航:
           
          主站蜘蛛池模板: 新河县| 合阳县| 安新县| 庆阳市| 正定县| 宜良县| 庆安县| 双牌县| 九江市| 宁远县| 五指山市| 读书| 武宁县| 顺昌县| 榆中县| 黄石市| 陆河县| 太白县| 九龙城区| 鲜城| 昂仁县| 宣汉县| 陆河县| 安溪县| 赤峰市| 密山市| 大姚县| 微山县| 托克逊县| 玉门市| 奉新县| 工布江达县| 白水县| 建昌县| 子长县| 迁安市| 柘荣县| 阳江市| 金昌市| 清水县| 嘉义县|