![]() |
VOOZH | about |
The Window status property in HTML DOM is used to set or return the text in the status bar at the bottom of the browser.
Syntax:
window.status
Note: This property has been DEPRECATED and is no longer recommended.
Return Value: It returns a string which represents the text displayed in the status bar.
Example 1: This example use window status property.
Output:
Example 2: This example use window status property to set the text of status bar.
Output:
Supported Browsers: The DOM Window status property does not support any browser.