how to prevent your site from being framed

Posted by Nirav Patel on June 08, 2010
  0 comments

If you do not want that  someone links your web site within a frame, the following javascript code will enable you to prevent your web site from being framed.

Add the following code to your <body> tag:

<body onLoad="if (self != top) top.location = self.location">

Comments


Leave a comment

Tell us about yourself
Your Name     (required field)
Your Email Address     (required field)
Website URL      
Comment and preferences
Your Comment  
   
  Subscribe to this comment thread