How to cloak the affiliate link like www.savings.com?

Discussion in 'Affiliate Programs' started by windy87, Apr 23, 2012.

  1. #1
    Hello,
    Somebody can tell me how to cloak the affiliate link like www.savings.com website?
    +hidden on status bar
    +show coupon code after click to the button
    +opening a css pop-up and new window same time

    Thanks.
     
    windy87, Apr 23, 2012 IP
  2. MosesTheTool

    MosesTheTool Greenhorn

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #2
    Status Bar message when Mouse Over
    <a href="http://www.example.com/HugeAffiliateLink" onmouseover="window.status='http://www.example.com'; return true;" onmouseout="window.status=''; return true;">
     
    MosesTheTool, Jul 20, 2012 IP
  3. Ak.Ayush

    Ak.Ayush Greenhorn

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    6
    #3
    Not Working.
     
    Ak.Ayush, Jul 20, 2012 IP
  4. MosesTheTool

    MosesTheTool Greenhorn

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #4
    <a href="http://www.url.com" onmouseover="window.status='Now you have the mouse over the image.'; return true" onmouseout="window.status='And now you have moved the mouse away from the image.'">
    Put Mouse Here</a>


    This one worked for me :)
     
    MosesTheTool, Jul 21, 2012 IP