Here is a solution I found in the internet with some javascript that checks the parent frame (the method I described you above):http://javascript.internet.com/navigation/force-frames.htmlof course it is not the absolute protection but it is something...
//Elxis:$_SESSION['accessframe'] = 1;//Wrapped page:session_start();if (!isset($_SESSION['accessframe'])) { die('You are not allowed to access this page!'); }unset($_SESSION['accessframe']);