readyState Property (IXMLHTTPRequest)
Represents the state of the request.
lValue = oXMLHttpRequest.readyState;
HRESULT get_readyState(
long* plState
);
General Remarks
It represents the state of the request as an I4 (4-byte integer).
This property returns a 4-byte integer.
The property is read-only, and applies to the following interface:
See Also
open Method | send Method | responseBody Property | responseText Property | status Property | statusText Property
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.