Window defaultStatus Property
- Previous Page console
- Next Page document
- Go to the Previous Level Window Object
Definition and Usage
defaultStatus
The property is deprecated.
Please delete it to prevent runtime errors in the future.
Example
Set the default text in the window status bar:
window.defaultStatus = "Default text in the status bar!"
Syntax
window.defaultStatus
Return Value
Default text in the window status bar.
- Previous Page console
- Next Page document
- Go to the Previous Level Window Object