Window status attribute
- Previous Page setTimeout()
- Next Page stop()
- Go to the Previous Level Window Object
Definition and Usage
status
The attribute has been deprecated.
Avoid to prevent RUN-TIME errors from occurring in the future.
Example
Set the text in the status bar:
window.status = "Some text in the status bar!!";
Syntax
window.status
Return Value
Text displayed in the status bar.
- Previous Page setTimeout()
- Next Page stop()
- Go to the Previous Level Window Object