Status Line Messages with Image Maps
(this example works in IE 5.x)

New York City's Trade Center

<IMG SRC="images/tradecenter.jpg USEMAP="#towers" ALT="New York City's Trade Center">

<MAP NAME="towers">
     <
A HREF="http://www.nyc.gov/twintowers.htm"
      
onMouseOver="status='New York City\'s Trade Center Towers'; return true;"
      
onMouseOut="status=''">
     <AREA
COORDS="126,17,190,129">
     </
A>
</MAP>

As you move the mouse over the Towers (COORDS="126,17,190,129") you will get a message in the Status Line.

NOTE:
If you wrap the <
A HREF> around the <AREA> everything works within IE 5.x