Window defaultStatus Property

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!"

Try It Yourself

Syntax

window.defaultStatus

Return Value

Default text in the window status bar.