Forum Moderators: open
This is the code I am using:
<a href="http://www.test.com/aff=123" onMouseOver="window.status='http://www.test.com';return true;"onMouseOut="window.status=";return true;">cool widgets</a>
<a href="http://www.test.com/aff=123" onMouseOver="window.status='http://www.test.com';return true;" onMouseOut="window.status=[blue]''[/blue];return true;">cool widgets</a> - There was 1 double quote where there should be 2 single quotes
- There was no space between the end of the onmouseover and the onmouseout (although you can sometimes get away with it)