Attribute for <AREA ...>
TARGET
TARGET
works just like
<A TARGET="...">
and
<FORM TARGET="...">
to target the link at another window. See
<A TARGET="...">
for more details.
For example, the following code targets the Freelance area at a new window:
<AREA HREF="freelance.html" ALT="Freelance"
COORDS="31,0,164,26" SHAPE=RECT
TARGET="_blank">
which gives us this Freelance area: