Window status Property
Window Object
Definition and Usage
The status property sets or returns the text in the status bar at the bottom of the browser.
Syntax
Browser Support

Note: The status property does not work in the default configuration of IE, Firefox,
Chrome, or Safari. To allow scripts to change the text of the status,
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").
Example
Example
Set the text in the status bar:
<html>
<body>
<script type="text/javascript">
window.status="Some text in the status bar!!";
</script>
</body>
</html>
|
Try it yourself »
|
Window Object
Stylus Studio® 2010 XML Enterprise Suite raises the bar for productivity in XML development tools.
Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive
XML toolset to tackle today's advanced XML data transformation and aggregation challenges.
|
- XML Pipeline Editor, Debugger and Code Generator
- DataDirect XML Converters
- XQuery Mapper, Editor, Debugger, and Profiler
- XSLT Mapper, Editor, Debugger, Designer, and Profiler
- Java and C# for .Net Code Generation
- XML Schema Designer With Documentation Generator
- XML Editor With Full XPath Integration
Download a free trial now
|
|