Main Menu
SEO
seo articles
seo books
Promotion
Programming
Databases
HTML
JavaScript
PHP


   Online Tools

   Amazon

   Link Directory


Bust out of frames

 

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>

 


 

 



 




   Sponsors
 

   Free Content

  Tutorials
 




Copyright © 2004 by programmershelp.co.uk