|
HTML DOM status Property
Complete Window Object Reference
Definition and Usage
The status property sets or returns the text in the status bar at the bottom
of the browser.
Note: This property does not work in default configuration of IE,
Firefox, and some other browsers! To allow scripts change the status bar text,
the user must set the dom.disable_window_status_change preference to false in
the about:config screen. (or in Firefox: "Tools - Options - Content -Enable
JavaScript / Advanced - Allow scripts to change status bar text")
Syntax
Example
The following example sets the text in the status bar:
<html>
<body>
<script type="text/javascript">
window.status="Some text in the status bar!!"
</script>
</body>
</html>
|
|
Complete Window Object Reference
 |
W3Schools' Online Certification Program
The perfect solution for professionals who need to balance work, family, and career building.
More than 3500 certificates already issued!
|
The HTML Certificate documents your knowledge of HTML, XHTML, and CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
|