This code: <A HREF="http://www.htmlgoodies.com" onMouseOver="window.status='Click here to go to HTML Goodies'; return true">HTML Goodies</A> In Internet Explorer when you mouseover over link they you will see in window Click here to go to HTML goodies but on firefox and opera you will see http://www.htmlgoodies.com .Any idea why is that and what would be proper code which will work on all browsers?