簡介
返回當前請求的回響行狀態
語法
strValue = oxmlhttpRequest.statusText;
Example
var xmlhttp = new ActiveXObject("Msxml2.XMLHTTP.3.0"); xmlhttp.open("GET", "http://localhost/books.xml", false); xmlhttp.send(); alert(xmlhttp.statusText);
備註
字元串,此屬性唯讀,以BSTR返回當前請求的回響行狀態,此屬性僅當數據傳送並接收完畢後才可獲取。