Retrieves whether the referenced window is closed.
Syntax
[ bClosed = ] window.closed
Possible Values
bClosed | Boolean that
receives one of the following values.false | Default. Window is open. | true | Window is closed. |
|
The property is read-only.
The property has a default value of
false.
Standards Information
There is no public standard that applies to this property.
Applies To