Click to return to the XML (Extensible Markup Language) home page    
XMLHttpRequest setRequest...     XMLHttpRequest statusText...     XMLHttpRequest Object    
Web Workshop  |  XML (Extensible Markup Language)

status Property


Represents the HTTP status code returned by a request.

Syntax

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.

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
XMLHttpRequest

See Also

statusText



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.