On-line Guides

How To Guides






The JavaScript FAQ
Prev Home Next

Breaking out of a frameset

Question: Bad boys from another website load my page into their frameset. How can I break out of the frameset?

Answer: You can just test whether your page is framed, as explained in the previous question. If yes, you can easily break out of frames:

if (self.location!=top.location) top.location=self.location;
However, use this trick sparingly - especially if your own site also uses frames!

JavaScripter.net. Copyright © 1999-2006, Alexei Kourbatov

The JavaScript FAQ
Prev Home Next


Mirrored with kind permission of Alexei Kourbatov Design by Interspire

AltStyle によって変換されたページ (->オリジナル) /