What’s the best way to remove a page frame automatically?
I’ve used this type of code before:
<script language='JavaScript'> setTimeout ('changePage()', 3000); function changePage() { if (self.parent.frames.length != 0) self.parent.location='http://www.example.com'; } </script>
Do you mean if someone has put a frame around your content? If so, you need the following any where in your HTML page to jump out of the iframe: