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.
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;">
<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