Display a custom message in the browser status bar when the mouse is placed over a link. (Seems to work only on IE)
<!— begin code here –>
<A xhref=”http://www.yourdomain.com” mce_href=”http://www.yourdomain.com” onmouseover=”window. status=’Look! Your custom message here!’; return true” onmouseout= “window.status=”;return true”>Your Link Here</a>
<!— end code here –>
SAMPLE:
Your Link Here
(put your mouse over the link & look at your browser status bar!)
