New Blog Format | Hosted on ServerDisk | Site Map
Search:
NewSourceMedia Popular Tutorials: PHP Javascripts Web Hosting
SoftwareTutorials
CATEGORIES
Scripts (2,2351) Podcast (video & audio)
 




Home / Javascripts / Window Effects

Breaking out of frames

Published by: Alexander Mclean III
Want to make sure your web pages are not included in other website frames? Well use this break_out_frame code to stop the madness.



Place the following code in the header

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

I would prefer to place the javascript function into a separate file with a name like "functions.js". This is how the code would look inside the "functions.js" file:

function break_out_frames()
{
  if (top.location != location) {
    top.location.href = document.location.href ;
  }
}

To include the javascript function file into your pages, place the following code in the headers:

<script src="functions.js" language="JavaScript" type="text/javascript">
</script>


To trigger the breakout of frame javascript function, using ether of the above techniques, add the following code to the body tag:

<body onload="break_out_frames()">

That's it.

For a list of Books on Javascript for Beginners and Advance Coders click here!

    Comments

  1. mhmm
    08.29.2006

    wtf why do we put a code in and where the hell is the header,sorry if im coming off as rude im just confused as hell

Leave a Comment



Related Articles for Javascripts Window Effects:
Articale Breaking out of frames
Want to make sure your web pages are not included in other website frames? Well use this break_out_frame code to stop the madness.
Articale Delete Warning
Javascript that alert users when clicking on sensitive links (like delete or update links). You can customize the message with option to continue or cancel. Works great with PHP, ASP, and Perl administration sites.
Articale Source Include
Learn how to save time and money by using the javascript src() function to including local or remote document like headers, footers, css, images, and flash files.
Articale Telephon Check Box
Javascript code that automatically fills in the telephone number in all places needed after just once entering it and selecting a check box.
Articale List of Top Web Hosting sites with
UNLIMITED DISK SPACE





Hosting - List of top Web Hosting Services with FTP and Unlimited Disk Space