Thursday, October 15, 2009

Section 25.297. Window.defaultStatus: the default status line text










25.297. Window.defaultStatus: the default status line text


JavaScript 1.0:



25.297.1. Synopsis



window.defaultStatus





25.297.2. Description


defaultStatus is a read/write string property that specifies the default text that appears in the window's status line. Web browsers typically use the status line to display the browser's progress while loading a file and to display the destination of hypertext links that the mouse is over. While it is not displaying any of these transient messages, the status line is, by default, blank. However, you can set the defaultStatus property to specify a default message to be displayed when the status line is not otherwise in use, and you can read the defaultStatus property to determine what the default message is. The text you specify may be temporarily overwritten with other messages, such as those that are displayed when the user moves the mouse over a hypertext link, but the defaultStatus message is always redisplayed when the transient message is erased.


The defaultStatus property has been disabled in some modern browsers. See Window.status for details.




25.297.3. See Also





Window.status












No comments:

Post a Comment