| It is a common scenario for some webmasters to frame other peoples content on their site. This pice of JavaScript can help by bursting out of someone elses frames.
Instructions:
Copy and paste the code below in between the <HEAD> and </HEAD> tags on your web pages.
<script language="JavaScript">
<!--
if (window != window.top)
top.location.href = location.href;
// -->
</script>
|