closed Property

Internet Development Index

Retrieves whether the referenced window is closed.

Syntax

[ bClosed = ] window.closed

Possible Values

bClosedBoolean that receives one of the following values.
falseDefault. Window is open.
trueWindow 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

window