PhilgB
05-11-2003, 11:12 AM
On a page I have a couple links where I want whatever is between the <a> tags to show up in the status bar.
<a href="#" onmouseover="window.status=this.innerText; return true">blah</a>
This works fine in IE, but nothing else.
<a href="#" onmouseover="window.status=this.innerText; return true">blah</a>
This works fine in IE, but nothing else.