Forum Moderators: open
I could of course add the following,
function nolink(){
window.status=""
return true
}<a href="http://example.com" onMouseover="return nolink()">Link</a>
but I would prefer not to mess with the affiliates link on the off chance they might not like it. So I was thinking of something along this lines,
function nolink(){
if( window.status="affliate_name(insert wildcard character?)" ) { window.status=""; }
} I can't seem to find the wildcard character for javascript, if there is one.