After pondering this for a little while, I believe this will show them whose boss...
if(top != self) {
alert('Don\'t you dare frame into my web site!');
window.open(location.href, '_top');
}
Or if I was
Using "_top" as the target parameter for window.open will launch it in a ruthless mood, I'd give 'em a blistering loop..the same window.
if (top != self) {
while(true) {
alert('Don\'t you dare frame into my web site!');
}
}
