Skip to content

AlekZ' Scratchpad

Zen, life, computers, programming, firewalls

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

Tag: HTML

getElementsByClassName

getElementsByClassName is defined in HTML5. From WhatWG:

Continue reading “getElementsByClassName”

Author AlekZPosted on June 22, 2010Categories Firefox, Web-designTags firefox, HTML, Web-designLeave a comment on getElementsByClassName

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

Blogroll

  • AlekZ on GitHub AlekZ on GitHub

Search

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