How to remove frames

One of the methods to break out of frames:

<script type=”text/javascript”>
<!–
if (top.location.href != self.location.href)
top.location.href = self.location.href;
// –>
</script>

Leave a Reply

Your email address will not be published. Required fields are marked *