Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Javascript Jumps out of Frames

Name: Anonymous 2006-08-07 18:09

I'm attempting to load a page in a frameset, but it has

<script language='JavaScript'>
<!--
if (parent.frames.length > 0) 
    parent.location.href = location.href;
-->
</script>

and pops out of the frames each time.

I want to only block those lines of javascript on the site, and I only need to from this one browser. I tried looking for a greasemonkey script to base my script off of, but I've discovered that I don't know jack shit about javascript. It's all greek to me.

Any javascript people care to reveal the secret to me?

Name: Anonymous 2006-08-09 23:51

>>19
if you're so worried about bandwidth, then you're making html-bloated pages of failure anyway. the same problem you're trying to solve with frames can be done better with css and efficient code, without the side effects of fucking up your search engine rankings (unless you're actually smart enough to use <noframes> to your advantage) and the accessibility bullshit you'll encounter by using frames.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List