Hiding affiliate link
I'm trying to hide my affiliate info like this:
<a href="http://www.domain.com&affiliateinfo" onmouseout="window.status='';return true" onmouseover="window.status='http://www.domain.com';return true">
Which works fine in Explorer, hides my affiliate info and shows the plain destination domain in the status bar.
But in Firefox it hides everything so nothing shows in the status bar. Is this peculiar to Firefox? Or do I have the code wrong?
|