getElementsByClassName

getElementsByClassName is defined in HTML5. From WhatWG:

[read more...]



How to get out of frames
<script type="text/javascript">
<!–
if (top.location.href != self.location.href) top.location.href = self.location.href;
–>
</script>