Window status attribute

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

Try It Yourself

Syntax

window.status

Return Value

Text displayed in the status bar.