Map.target (Property)

The target window or frame to which a map applied.

Availability:

JavaScript - 1.5
JScript - 3.0
Internet Explorer - 4.0
Netscape - 6.0
Property/method value type:String primitive
JavaScript syntax:-myMap.target
HTML syntax:<MAP TARGET="...">

This yields the value of the TARGET attribute in an <A>, <AREA> or <MAP> tag.

You can assign a new value to this property so that the URL will be directed to a different window or frame.

Here are some example target values:

See also:<MAP TARGET="...">, Anchor.target, BASE.target, Form.target, Url.target