VOOZH about

URL: https://www.geeksforgeeks.org/html/html-dom-window-status-property/

⇱ HTML | DOM Window status Property - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML | DOM Window status Property

Last Updated : 5 Aug, 2022

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:

 👁 Image
 

Example 2: This example use window status property to set the text of status bar. 

Output:

 👁 Image
 

Supported Browsers: The DOM Window status property does not support any browser.

Comment
Article Tags: