Break From Frames - Break from frames if visitor is transported to your website inside a frame.
Compatible Browsers:
Chrome BrowserFirefox BrowserInternet Explorer BrowserOpera BrowserSafari Browser
<html> <head> <title>Break From Frames</title> </head> <body onLoad="if (self != top) top.location = self.location"> <p>Simply add the BODY tag onLoad code snippet.</p> </body> </html>