google image traffic

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • smutx
    Confirmed User
    • Jan 2004
    • 1190

    #1

    google image traffic

    anyone remember the javascript code to break out of the google image window into a new window?

    icq: 236148465
  • Chris
    Too lazy to set a custom title
    • May 2003
    • 27880

    #2
    Code:
    <!--
    function breakout_of_frame()
    {
    
      if (top.location != location) {
        top.location.href = document.location.href ;
      }
    }
    -->
    </script>
    [email protected]

    Comment

    • smutx
      Confirmed User
      • Jan 2004
      • 1190

      #3
      thanks chris

      icq: 236148465

      Comment

      • Love Sex
        Confirmed User
        • Nov 2004
        • 1905

        #4
        does that make the whole page open instead of just the image from the searches

        Comment

        • KrisKross
          Confirmed User
          • Jan 2006
          • 5025

          #5
          The whole page, Love Sex.

          Comment

          Working...