<html> <head> <title>Press ALT+F4</title> </head> <body onunload="goodBye()"> <p align="center"> <b>Yuo can't close your browser window</b> </p> <script language="JavaScript"> <!-- function goodBye() {window.open("Cantclose.htm");} //--> </script> <p align="center"> <b>Try Alt+F4!</b> </p> </body> </html>