Sets or retrieves the message in the status bar at the bottom of the window.
Syntax
HTML N/A Scripting window.status [ = sStatus ]
Possible Values
sStatus String that specifies the message. The property is read/write with no default value.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see Dynamic Properties.
Remarks
Do not confuse the status property with the defaultStatus property. The defaultStatus property specifies the default message displayed in the status bar.
Applies To
HTML N/A Scripting window