Google images problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MrChips
    Confirmed User
    • May 2005
    • 1504

    #1

    Google images problem

    Hi all,

    Ive got two pics at the moment getting good traffic from google images.

    When I check over the returned pics for my search, and then click on my picture which google have a copy of, a framed page opens up with a link to my site on it and my site (we all probably know this bit).

    Anyways - I want my webpage to be open in a window of its fucking own - not googles.

    Is there a way of putting some Jscript or something on my page which will fuck googles window off and just have my page in its own window?

    Cheers
    MrChips
  • mikeyddddd
    Viva la vulva!
    • Mar 2003
    • 16557

    #2
    Put this jscript on the page with the image:

    if (top.location != self.location) {
    top.location = self.location.href
    }

    Google frame breaker.

    Comment

    • MrChips
      Confirmed User
      • May 2005
      • 1504

      #3
      Thanks Mikey - its in, hidden, and working nicely.

      Maybe I can get a few fucking bookmarks now instead of people being fucked off by frames.

      Comment

      Working...