Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q646 How can I write to the status bar as the mouse moves over an image map so that viewers have a clearer idea of where clicking on that section of the image map will lead them?

irt.org | Knowledge Base | JavaScript | Status | Q646 [ previous next ]

Q646 How can I write to the status bar as the mouse moves over an image map so that viewers have a clearer idea of where clicking on that section of the image map will lead them?

Try:

<MAP NAME="image-map">
<AREA SHAPE="RECT" COORDS="15,15,85,85" HREF="apage.htm"
   onMouseOver="self.status='This is the status text';return true"
   onMouseOut="self.status='';return true">
</MAP>

<IMG SRC="image.gif" BORDER=0 WIDTH=200 HEIGHT=100 USEMAP="#image-map">

Feedback on 'Q646 How can I write to the status bar as the mouse moves over an image map so that viewers have a clearer idea of where clicking on that section of the image map will lead them?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.