Re: [PHP] Stoping Frame Breakers

2001-07-20 Thread Sheridan Saint-Michel
I would actually suggest JavaScript, rather than PHP here. Try putting something like SCRIPT LANGUAGE=JavaScript TYPE=text/javascript if (parent.location != http://www.domain.com/frames.php;) window.location = http://www.domain.com/frames.php;; /SCRIPT In the Head of your framed pages

RE: [PHP] Stoping Frame Breakers

2001-07-20 Thread Brinkman, Theodore
convince anyone that it was important enough to fix, either.) - Theo -Original Message- From: Sheridan Saint-Michel [mailto:[EMAIL PROTECTED]] Sent: Friday, July 20, 2001 10:27 AM To: php-general Subject: Re: [PHP] Stoping Frame Breakers I would actually suggest JavaScript, rather than