// 屬性:readyState
          //
          返回XMLHTTP請(qǐng)求的當(dāng)前狀態(tài)
          //
          語(yǔ)法:lValue = oXMLHttpRequest.readyState;
          //
          備注:變量,此屬性只讀,狀態(tài)用長(zhǎng)度為4的整型表示.定義如下:
          // 0 (
          未初始化) 對(duì)象已建立,但是尚未初始化(尚未調(diào)用open方法)
          // 1 (
          初始化) 對(duì)象已建立,尚未調(diào)用send方法
          // 2 (
          發(fā)送數(shù)據(jù)) send方法已調(diào)用,但是當(dāng)前的狀態(tài)及http頭未知
          // 3 (
          數(shù)據(jù)傳送中) 已接收部分?jǐn)?shù)據(jù),因?yàn)轫憫?yīng)及http頭不全,這時(shí)通過(guò)responseBodyresponseText獲取部分?jǐn)?shù)據(jù)會(huì)出現(xiàn)錯(cuò)誤,
          // 4 (
          完成) 數(shù)據(jù)接收完畢,此時(shí)可以通過(guò)通過(guò)responseBodyresponseText獲取完整的回應(yīng)數(shù)據(jù)
          if (oXmlHttp.readyState == 4) {
          //
          屬性:status
          //
          返回當(dāng)前請(qǐng)求的http狀態(tài)碼
          //
          語(yǔ)法:lValue = oXMLHttpRequest.status;
          //
          返回值:長(zhǎng)整形標(biāo)準(zhǔn)http狀態(tài)碼,定義如下:
          // Number:Description
          // 100:Continue
          // 101:Switching protocols
          // 200:OK
          // 201:Created
          // 202:Accepted
          // 203:Non-Authoritative Information
          // 204:No Content
          // 205:Reset Content
          // 206:Partial Content
          // 300:Multiple Choices
          // 301:Moved Permanently
          // 302:Found
          // 303:See Other
          // 304:Not Modified
          // 305:Use Proxy
          // 307:Temporary Redirect
          // 400:Bad Request
          // 401:Unauthorized
          // 402:Payment Required
          // 403:Forbidden
          // 404:Not Found
          // 405:Method Not Allowed
          // 406:Not Acceptable
          // 407:Proxy Authentication Required
          // 408:Request Timeout
          // 409:Conflict
          // 410:Gone
          // 411:Length Required
          // 412:Precondition Failed
          // 413:Request Entity Too Large
          // 414:Request-URI Too Long
          // 415:Unsupported Media Type
          // 416:Requested Range Not Suitable
          // 417:Expectation Failed
          // 500:Internal Server Error
          // 501:Not Implemented
          // 502:Bad Gateway
          // 503:Service Unavailable
          // 504:Gateway Timeout
          // 505:HTTP Version Not Supported
          //
          備注:長(zhǎng)整形,此屬性只讀,返回當(dāng)前請(qǐng)求的http狀態(tài)碼,此屬性僅當(dāng)數(shù)據(jù)發(fā)送并接收完畢后才可獲取。
          if (oXmlHttp.status == 200) {
          posted on 2010-01-28 09:48 Ying-er 閱讀(835) 評(píng)論(0)  編輯  收藏 所屬分類: .Net
          主站蜘蛛池模板: 武平县| 宜黄县| 凤阳县| 玛纳斯县| 鄂尔多斯市| 栾川县| 乃东县| 龙里县| 潼关县| 宁河县| 乌拉特中旗| 光山县| 韶山市| 乾安县| 甘南县| 安丘市| 郎溪县| 滁州市| 固始县| 平定县| 浑源县| 恩平市| 德兴市| 太白县| 宁津县| 集安市| 桃园市| 荔浦县| 锡林郭勒盟| 南康市| 嘉义市| 桦甸市| 江永县| 兴海县| 兴城市| 河南省| 垦利县| 缙云县| 晋江市| 温州市| 永定县|