Prevent Your Site From Being Framed



Add this code inside your <body> tag
<body onLoad="if (self != top) top.location = self.location">

Or

you can put this between your <HEAD>-tags:
<META HTTP-EQUIV="Window-target" CONTENT="_top">

Free JavaScripts provided
by Winfolinx.com




Back