redirect yahoo image frame

Discussion in 'Yahoo' started by bane06, Oct 8, 2009.

  1. #1
    Somehow image from my site is first for few keywords on http://images.search.yahoo.com.
    Is there any script that blocks that yahoo frame when user clicks on my image? So it will just open my site...
     
    bane06, Oct 8, 2009 IP
  2. buldozerceto

    buldozerceto Active Member

    Messages:
    1,137
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    88
    #2
    Put this code in the <head></head> of your website:
    
    <script type="text/javascript">
    if (top.location != self.location)
    top.location = self.location.href;
    </script>
    
    Code (markup):
     
    buldozerceto, Oct 8, 2009 IP