Google Images Framebuster

Discussion in 'HTML & Website Design' started by d360, Mar 13, 2007.

  1. #1
    I would like to bust my images out of Google Images when they click on full view. Can anyone recommend a good piece of code? I did various searches and came across these two but not sure if one is better than the other.


    <script language="JavaScript">
    if (top!=self) {
    top.location = location;
    }
    </script>


    <script language=”JavaScript1.1″ type=”text/JavaScript”>if (parent.frames.length
    > 0) top.location.replace(document.location);</script>
     
    d360, Mar 13, 2007 IP