To install this on your own website, place the following code in your html tag on each page you want frames removed (or in a template file, whatever works for your hosting platform):
<script type="text/javascript">
if (top !== self) top.location.href = self.location.href;
</script>
0 comments:
Post a Comment