satt_focusable wrote:I use Mozilla (Firebird), or Safari, at least in the latter the script given above (by Craven) does not work as one expects with javascript enabled.
It was just missing a "return true" is all, Satt. I don't have a Mac so I can't check out Safari, but it'll certainly work just fine in Firebird.
If you wanna test it out here's what you need...
Code:<a href="http://www.microsoft.com" onMouseOver="(window.status='http://www.able2know.com/');return true;" onMouseOut="(window.status='');">Able2Know</a>
That'll show able2know's url in the statusbar when you hover over the link, but clicking it will actually take you to microsoft.com