Retrieves the current state of the object.
dhtml语法
HTML | N/A |
---|
Scripting | [ lState = ] OBJECT.readyState |
---|
DHTML可能的值
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.
是否符合公共标准
There is no public standard that applies to this property.
Applies To
更多语法参考
onreadystatechange