window Properties Object Properties Summary
Sets or retrieves the message in the status bar at the bottom of the window.
HTML |
N/A |
Script |
window.status [ = sStatus ] |
sStatus |
String containing the message. |
The property is read/write with no default value.
Do not confuse status with defaultStatus. The defaultStatus property specifies the default message displayed in the status bar.
window