Frameset killer
This little code snippet will ensure that your website won't display in a frameset.
<br/>
Your site will jump out of the frameset.
if(top.location != location) {
top.location.href = document.location.href;
}
Url: http://www.jonasjohn.de/snippets/javascript/frameset-killer.htm
Language: JavaScript | User: ShareMySnippets | Created: Oct 16, 2013