Microsoft XML SDK 2.6 - XML Reference

statusText Property

Represents the HTTP response line status.

strValue = oXMLHttpRequest.statusText

Remarks

String. The property is read-only. It represents the HTTP response as a BSTR value. This value is valid only after the send method returns successfully.

See Also

status Property

Applies To: XMLHttpRequest Object