hey guys, when I need to hide an aff link directly with javascript I always use this code (that is what CJ gives you when you check the "mask link" option or how they call it...)
this works only in IE, does anyone have some js code that works in firefox and opera?
Code:
<a href="http://www.myaffiliatecompany.com/?id=12345" onmouseout="window.status=' ';return true;" onmouseover="window.status='http://www.companydomain.com';return true;">Anchor Text</a>
this works only in IE, does anyone have some js code that works in firefox and opera?