Hi there,
Ok so I've got
<a href="http://www.boards.ie" onMouseOver="(window.status='Boards.ie'); return true">
How come this doesn't work (with or without the second return true)?
<a href="http://www.boards.ie" onMouseOver="(window.status='Boards.ie'); return true" onmouseout="window.status='BLANK BIT'); return true" target="new">
I've tried onLoad="window.defaultStatus='standard message';"> but only works in IE for me.
Thanks!




