'closed' Example : closed « Javascript Properties « JavaScript Reference

'closed' Example

    
<html>
<body>
<button onclick="alert(window.closed);">closed Property Value</button>
</body>
</html>

    
      
      

Related examples in the same category

1.'closed' Syntax and Note
2.'closed' is applied to