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