How would you like to ensure that your visitors are viewing your website without being inside someone else’s frames? Add this simple piece of javascript to the head section your your HTML file:
Code:
<script language="JavaScript"> if (top.location.href != location.href) top.location.href = location.href; </script>




