Window status

Example

Set the text in the status bar:

window.status = "Some text in the status bar!!";
Try it Yourself »

Description

The status property is deprecated.

It should be avoided to prevent RUN-TIME ERRORS in the future.


Syntax

window.status

Return Value

The text displayed in the status bar

Copyright 1999-2023 by Refsnes Data. All Rights Reserved.