July 1998
Intermediate to advanced
1456 pages
65h 5m
English
closed — NN 3 IE 4 DOM n/a
Read-only
Boolean value that says whether the referenced window is closed. A
value of true means the window is no longer
available for referencing its objects or script components. This is
used most often to check whether a user has closed a subwindow
generated by the window.open( ) method.
if (!newWindow.closed) {
newWindow.document.write("<HTML><BODY><H1>Howdy!</H1></BODY></HTML>")
newWindow.document.close( )
}Boolean value: true | false.
None.
Read now
Unlock full access