PROPERTY:
Window::defaultStatus
window.defaultStatus( = "message")
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.
Code:
window.defaultStatus = "This is the default status bar message." |