// 屬性:readyState
          //
          返回XMLHTTP請求的當前狀態
          //
          語法:lValue = oXMLHttpRequest.readyState;
          //
          備注:變量,此屬性只讀,狀態用長度為4的整型表示.定義如下:
          // 0 (
          未初始化) 對象已建立,但是尚未初始化(尚未調用open方法)
          // 1 (
          初始化) 對象已建立,尚未調用send方法
          // 2 (
          發送數據) send方法已調用,但是當前的狀態及http頭未知
          // 3 (
          數據傳送中) 已接收部分數據,因為響應及http頭不全,這時通過responseBodyresponseText獲取部分數據會出現錯誤,
          // 4 (
          完成) 數據接收完畢,此時可以通過通過responseBodyresponseText獲取完整的回應數據
          if (oXmlHttp.readyState == 4) {
          //
          屬性:status
          //
          返回當前請求的http狀態碼
          //
          語法:lValue = oXMLHttpRequest.status;
          //
          返回值:長整形標準http狀態碼,定義如下:
          // 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
          //
          備注:長整形,此屬性只讀,返回當前請求的http狀態碼,此屬性僅當數據發送并接收完畢后才可獲取。
          if (oXmlHttp.status == 200) {
          posted on 2010-01-28 09:48 Ying-er 閱讀(833) 評論(0)  編輯  收藏 所屬分類: .Net
          主站蜘蛛池模板: 定结县| 浙江省| 通许县| 德清县| 邓州市| 丰顺县| 威信县| 河源市| 漯河市| 克什克腾旗| 南阳市| 融水| 札达县| 西乌珠穆沁旗| 东海县| 海安县| 临夏县| 乾安县| 金川县| 精河县| 白山市| 沙坪坝区| 桑植县| 晋中市| 杭州市| 电白县| 望谟县| 安多县| 中西区| 融水| 呼和浩特市| 嘉祥县| 修水县| 望城县| 凤山县| 双牌县| 东辽县| 宁河县| 新宁县| 舒城县| 双江|