Break Frames
Posted: Fri Dec 24, 2004 7:29 am
If a visitor comes to your site and is looking through frames, this script will automatically make the page break out of frames
Copy this code into the BODY of your HTML ****
<body>
<script type="text/javascript" language="JavaScript">
<!-- Begin
if (window != top) top.location.href = location.href;
// End -->
</script>
</body>
Copy this code into the BODY of your HTML ****
<body>
<script type="text/javascript" language="JavaScript">
<!-- Begin
if (window != top) top.location.href = location.href;
// End -->
</script>
</body>