Area Object
The target property sets or returns the value of the target attribute of an area.
The target property can have one of the following values:
| Value | Description |
|---|---|
| _blank | Open the linked document in a new window |
| _self | Open the linked document in the same frame as it was clicked (this is default) |
| _parent | Open the linked document in the parent frameset |
| _top | Open the linked document in the full body of the window |
| framename | Open the linked document in a named frame |
![]()
The target property is supported in all major browsers.
Return the value of the target attribute for the "Venus" area in the image-map:
The output of the code above will be:
Area Object
Your message has been sent to W3Schools.