Hiding an affiliate link?

Discussion in 'Affiliate Programs' started by snappingpig, Dec 11, 2007.

  1. #1
    snappingpig, Dec 11, 2007 IP
  2. developerz

    developerz Peon

    Messages:
    19
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You could just use the onMouseOver and onMouseOut tags with in the hyperlink

    href="www.buyproduct.com/ID23425"
    onMouseOver="window.status='www.buyproduct.com';return true;" onMouseOut="window.status='';return true;"
     
    developerz, Dec 11, 2007 IP
  3. WallaceYeung

    WallaceYeung Notable Member

    Messages:
    3,377
    Likes Received:
    164
    Best Answers:
    0
    Trophy Points:
    230
    Digital Goods:
    1
    #3
    <iframe src="http://your-affiliate-url.com" width="1" height="1" frameborder="0" scrolling="no"></iframe>
    Code (markup):
    the most evil way,:D
    please double check your affiliate programs whether it supports ifram.
     
    WallaceYeung, Dec 11, 2007 IP