Learn HTML Code Tutorial Reference GuideSomeone Else's Page This page refuses to be framed by anyone else. It does this using Javascript:

<SCRIPT TYPE="text/javascript">
<!--
if (top != self)
     top.location=self.document.location;
//-->
</SCRIPT>

Of course, this doesn't work with browsers that don't support Javascript, or where scripting is turned off, but it will discourage uninvited framing.

Back to Tutorial