Red Eye Media
Shop Maker System
|
Javascript can be used to stop people loading your site in their frameset.
Simply put this code in between the <head></head> tags of your site
and they will be re-directed.
| Javascript Frame Busting |
<script language="JavaScript" type="text/javascript">
if (self.parent.frames.length != 0)
self.parent.location="/";
</script> |
|
|