Page is a not externally linkable
volatilegx - 6:40 pm on Dec 19, 2006 (gmt 0)
Well, it's been awhile since I've done anything like this but here's an example of a JavaScript onMouseOver/onMouseOut event handler:
<a href="whatever.htm" onMouseOver="window.status='some text or maybe a URL here';return true;" onMouseOut="window.status='';return true;"><img src="some_graphic.gif"></a>