Quote:
|
Originally Posted by MattO
If you want to dissallow sites from loading you in a frame you can add this code, which will break the frame and load your site fully into the browser
Code:
<script>
<!--
if (top.location != location) top.location.href = location.href;
//-->
</script>
|
Smart.
Add that code and you can kiss any of the traffic that's talked about in this thread goodbye entirely.