Share this page 

Make sure that a page is not displayed in a FrameTag(s): Varia


<SCRIPT>
function checkStatus() {
  page = self.location.href;
  if (page != top.location.href) {
     top.location.href = page;
     return true;
     }
  }
</SCRIPT>

<BODY onLoad="checkStatus()";>