readyState - property of the HttpRequest object
Description:
Reports the status of the request.
A list of status codes
0 = request not initialized
1 = server connection established
2 = request received
3 = processing request
4 = request finished and response is ready
Syntax:
Integer readyState
Note:
Property access for read only.
Example1:
JavaScriptVBScriptSelect and copy to clipboard
state = oReq.readyState;
state = oReq.readyState