Posted by TheTeapot on 09/28/60 11:47
This isn't PHP, but you'd probably want to use JavaScript. Try something like this (attributes removed for readability): <html> <head> <script> function speedBump(){ /*---------Code to delay exit--------*/ } </script> </head> <body onunload="speedBump()"> </body> </html>
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming