Skip to content

AlekZ' Scratchpad

Zen, life, computers, programming, firewalls

  • Home
  • Solaris
  • Sport
  • Hardware
  • Computers
  • Firewalls

Tag: frames

How to get out of 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>
Author AlekZPosted on November 24, 2008February 16, 2017Categories Web-designTags frames, HTML, JavaScript, Web-design7 Comments on How to get out of frames

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>
Author AlekZPosted on September 21, 2008Categories Web-designTags frames, JavaScript, Web-designLeave a comment on How to remove frames

Blogroll

  • AlekZ on GitHub AlekZ on GitHub

Search

  • Home
  • Solaris
  • Sport
  • Hardware
  • Computers
  • Firewalls
AlekZ' Scratchpad Proudly powered by WordPress