TOC PREV NEXT INDEX

domref



window.status


Gets/sets the text in the statusbar at the bottom of the browser.

Syntax

msg = window.status
 
window.status = msg
 

Parameters

msg is a string containing the text to appear in the statusbar.

Example

while ( bigLoad ) {
 
   window.status = "Loading...";
 
}
 

Notes

None.

Specification

DOM Level 0. Not part of specification.
 


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX