HBCMS更多的中文手册参考:

defaultStatus参数属性

DHTML文档教程

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

dhtml语法

window.defaultStatus [ = sMessage ]

DHTML可能的值

sMessageString that specifies or receives the message for the status bar.

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 defaultstatus with status. the status property reflects a priority or transient message in the status bar, such as the message that appears when an onmouseover event occurs over an anchor.

是否符合公共标准

There is no public standard that applies to this property.

Applies To

window