javascript window closed
| closed | NN 3 IE 4 DOM n/a |
| Read-only | |
|
This is the 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. |
|
| Example | |
if (!newWindow.closed) {
newWindow.document.close( );
}
|
|
| Value | |
Boolean value: true | false. |
|
| Default | |
None. |
|
2187,Nickname,Homepage or email,Comments here,Add comment
