Retrieves the current state of the object.
Syntax
| HTML | N/A | 
|---|
| Scripting | [ lState = ] OBJECT.readyState | 
|---|
Possible Values
| lState | Integer that
receives one of the following values.| 0 | Object is not initialized with data. |  | 1 | Object is loading its data. |  | 2 | Object has finished loading its data. |  | 3 | User can interact with the object even though it is not fully loaded. |  | 4 | Object is completely initialized. |  
  | 
The property is read-only.
The property has no default value.
Standards Information
There is no public standard that applies to this property.
Applies To
See Also
onreadystatechange