HBCMS更多的中文手册参考:

status参数属性

DHTML文档教程

Sets or retrieves the message in the status bar at the bottom of the window.

dhtml语法

window.status [ = sStatus ]

DHTML可能的值

sStatusString that specifies or receives the message.

The property is read/write. The property has no default value.

Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see about dynamic properties.

remarks

do not confuse the status property with the defaultstatus property. the defaultstatus property specifies the default message displayed in the status bar.

是否符合公共标准

There is no public standard that applies to this property.

Applies To

window