Yes, I think unconstructive e-mails are a little rude aren't they?
As opposed to asking an offtopic question to which there are hundreds of answers to if one would just ask on the right list or, (perish the thought) go to http://www.google.com?
So here's a bit of JavaScript that removes everything! I'll let you fiddle with the settings:
<html> <head> <title>Example</title> <script language="JavaScript"> function openWindow(webPage) { window.open (webPage, 'helpwindow', config='height=300, width=600, toolbar=no, menubar=no, scrollbars=yes, resizable=no, location=no, directories=no, status=no'); } </script> </head> <body> <a href="javascript:openWindow('whatever.html')">WHATEVER!</a> </body> </html>
And this stops me from right clicking on the page and choosing "Back" how?
-- *********************************************************************** * _ __ __ __ _ * John Nichel * * | |/ /___ __ \ \ / /__ _ _| |__ ___ __ ___ _ __ * 716.856.9675 * * | ' </ -_) _` \ \/\/ / _ \ '_| / /(_-<_/ _/ _ \ ' \ * 737 Main St. * * |_|\_\___\__, |\_/\_/\___/_| |_\_\/__(_)__\___/_|_|_|* Suite #150 * * |___/ * Buffalo, NY * * http://www.KegWorks.com [EMAIL PROTECTED] * 14203 - 1321 * ***********************************************************************
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php