HBCMS更多的中文手册参考:

readyState参数属性

DHTML文档教程

Retrieves the current state of the object.

dhtml语法

HTMLN/A
Scripting[ lState = ] OBJECT.readyState

DHTML可能的值

lStateInteger that receives one of the following values.
0Object is not initialized with data.
1Object is loading its data.
2Object has finished loading its data.
3User can interact with the object even though it is not fully loaded.
4Object 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

OBJECT

更多语法参考

onreadystatechange