TOC PREV NEXT INDEX

Put your logo here!


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. 


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX