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
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 !