Attribute for <AREA ...>
HREF
HREF, which works just like <A HREF="...">, indicates the URL that the
<AREA ...> links to. For example, the following <AREA ...> tag indicates that the area references contacts.php:
<AREA
HREF="contacts.php" ALT="Contacts" TITLE="Contacts"
SHAPE=RECT COORDS="6,116,97,184">
which gives us the rectangle in this map:
Copyright 1997-2002 Idocs, Inc. Written by Miko Sullivan.
|