Plz help erget .. how to break out of frames

Discussion in 'AdSense' started by abdobasha2004, Jun 9, 2008.

  1. #1
    i want a code becouse some moron
    the site http://www.nogumfm.com/fm/ is putting this code

    <iframe id="I1" border="0" framespacing="0" noresize="" marginheight="1" marginwidth="1" scrollleft="0" scrolltop="0" src="http://nogoomfm.blogspot.com/2008/05/nogoom-fm-medium-quality.html" name="I2" style="height: 0px; width: 0px;" frameborder="0" scrolling="no">

    </iframe>

    my site is
    http://www.nogoomfm.blogspot.com/


    i want a code to put my site out of his
     
    abdobasha2004, Jun 9, 2008 IP
  2. nileckron

    nileckron Peon

    Messages:
    7
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Well, more than half a year later, this person will receive a reply !

    user visitors will be able to go back with this one, so it's pretty useful
    Works with IE/Firefox
    <script language="JavaScript1.1" type="text/JavaScript"><!-- Hide from old browsers.
    if(parent.frames.length > 0) top.location.replace(document.location); // Escape from any referring site's frame, but preserve one-click "Back". --></script>
    </script>

    Works with Opera yes, Opera is important too !
    <script language = javascript>
    if(top.location != document.location.href) {
    top.location = document.location.href;}
    </script>


    Simply place the script(s) inside your <head> script goes here </head>
    you're done !
     
    nileckron, Aug 17, 2008 IP
  3. abdobasha2004

    abdobasha2004 Well-Known Member

    Messages:
    1,117
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    160
    #3
    I knew that b4 and it worked
    any way thank u very much
    god bless u
     
    abdobasha2004, Aug 20, 2008 IP