Welcome to the OzoneAsylum FaqWiki
Frequently Asked Questions
Webdesign

How do I stop my pages from being framed by another site? Pages that link to <a href="https://ozoneasylum.com/backlink?for=5544" title="Pages that link to How do I stop my pages from being framed by another site?" rel="nofollow" >How do I stop my pages from being framed by another site?\

There are plenty of ways to create a 'framebuster' which will break your site out of the framing - here are some of them:

HTML

code:
<meta http-equiv="window-target" content="_top" />



JavaScript

code:
if (parent.frames&#91;1&#93;){ top.location.href = self.location.href; }




----------------------------
Relevant threads:

Location = Target?

Breaking frames

New "Feature" From DreamHost - discussing DH's new feature 'cloaking'.

----------------------------
Relevant FAQs:

How do I stop direct links from breaking my frame site? - discusses using a reverse-framebuster to check to see if the page is being shown in frames.

_____________________
Emperor

(Added by: Emperor on Mon 03-Feb-2003)

(Edited by: Emperor on Mon 03-Feb-2003)

« BackwardsOnwards »

Show Forum Drop Down Menu