// 屬性:readyState
          //
          返回XMLHTTP請(qǐng)求的當(dāng)前狀態(tài)
          //
          語法: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í)通過responseBodyresponseText獲取部分?jǐn)?shù)據(jù)會(huì)出現(xiàn)錯(cuò)誤,
          // 4 (
          完成) 數(shù)據(jù)接收完畢,此時(shí)可以通過通過responseBodyresponseText獲取完整的回應(yīng)數(shù)據(jù)
          if (oXmlHttp.readyState == 4) {
          //
          屬性:status
          //
          返回當(dāng)前請(qǐng)求的http狀態(tài)碼
          //
          語法: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
          主站蜘蛛池模板: 南皮县| 遂宁市| 辽宁省| 静安区| 南开区| 望城县| 乌海市| 织金县| 中宁县| 阜宁县| 平度市| 罗田县| 益阳市| 赤壁市| 绍兴县| 山西省| 正定县| 林西县| 永善县| 桂平市| 分宜县| 宁河县| 那曲县| 泗洪县| 德令哈市| 依兰县| 广南县| 新余市| 金塔县| 合山市| 油尖旺区| 商河县| 湘潭市| 洛隆县| 山西省| 七台河市| 尉氏县| 怀集县| 长寿区| 嘉禾县| 昭平县|