Is window closed : window « Javascript Objects « JavaScript DHTML
- JavaScript DHTML
- Javascript Objects
- window
Is window closed
<html>
<body>
<button onclick="alert(window.closed);">closed Property Value</button>
</body>
</html>
Related examples in the same category