Microsoft XML SDK 2.6 - XML Reference

status Property

Represents the HTTP status code returned by a request.

lValue = oXMLHttpRequest.status

Remarks

Long integer. The property is read-only. It represents the returned status code as a long integer. This value is valid only after the send method returns successfully.

See Also

statusText Property

Applies To: XMLHttpRequest Object