window Properties Object Properties Summary
Sets or retrieves the default message displayed in the status bar at the bottom of the window.
HTML |
N/A |
Script |
window.defaultStatus [ = sMessage ] |
sMessage |
String specifying the message for the status bar. |
The property is read/write with no default value.
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.
window