JavaScript » Window » defaultStatus

Syntax:
window.defaultStatus( = "message")

This property is used to define the default message displayed in a window's status bar.

This property, which can be set at any time, is used to define the default message displayed in a window's status bar, with priority given to any other status messages such as the text displayed when you onMouseOver a link or anchor.

Examples

Code:
window.defaultStatus = "This is the default status bar message."