Break out of Frames

If people link to your website within frames, this script will remove their frames. Paste this between <head> and </head>

<script type="text/javascript">
if (top.location != location)
{
top.location.href = document.location.href;
} </script>

Leave a comment

CAPTCHA image (Click the image to get a new one)