Please help with onmouseover and image maps!

admin

Administrator
Staff member
Greetings, All!

I am new to JavaScript, but I already love it! It just allowed me to do what I was trying to do via Applet saving a huge lot of trouble and loading time!
However, I still have one little problem!
I want to display different messages on the status bar, depending where the mouse is withing an image map. I have the image map created alright, and I know how to use the standard onmouseover event handler when I dela with common <a> links. When I try to use it on the parts of the <map> element, however, my message on the status bar get replaced by the map piece's url nonetheless.
Is there a way I can make my message show, instead of the url?

Thanks a lot in advance!

Alex
 
Back
Top