Retrieves whether the referenced window is closed.
Syntax
HTML N/A Scripting [ bClosed = ] window.closed
Possible Values
bClosed Boolean that specifies one of the following values:
false Window is open. true Window is closed. The property is read-only with a default value of false.
Applies To
window