PDA

View Full Version : Status not working on Mouseover


lmarshall
05-15-2003, 07:33 PM
I can not get the status to work on my mouseovers.. Can anyone help me on this one? Thanks!

<tr>
<td height="40" valign="top"><img src="images/Links/quote.gif" border="0" name="quote" usemap="#Map6" onMouseOver="change_quote('images/Links/quote2.gif'); status='whatever'; return true;" onMouseOut="reset_quote(); status=''; return true;"></td>
</tr>

Vladdy
05-15-2003, 07:39 PM
Whats status?

Roy Sinclair
05-15-2003, 09:46 PM
It worked for me after I plugged into a page and removed the calls to the image swap functions. The code for updating the status line seems to be ok so I'd guess the image swap code may be erroring out which would cause the status change code to not execute.