Welcome to the OzoneAsylum FaqWiki |
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: code: <meta http-equiv="window-target" content="_top" />
code: if (parent.frames[1]){ top.location.href = self.location.href; }
|