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