Easy Tutorial
❮ Css3 Pr Text Decoration Style Func Var ❯

CSS3 target-name Property

Example

Open all hyperlinks in a new window:


Browser Support

No major browsers support the target-name property.


Property Definition and Usage

The target-name property specifies the target location for hyperlinks.

Default value: current
Inherited: no
--- ---
Version: CSS3
--- ---
JavaScript syntax: object.style.targetName="new"
--- ---

Syntax

Value Description
current Opens the hyperlink in the same frame, tab, or window where the link is located.
root Opens the hyperlink in the current tab or window.
parent Opens the hyperlink in the parent frame. If the current frame has no parent, this value behaves as root.
new Creates a new destination (see target-new).
modal Opens the hyperlink in a new (temporarily created) modal window.
name Opens the hyperlink in an existing frame, window, or tab. If the named destination does not exist, a new destination with that name is created.
❮ Css3 Pr Text Decoration Style Func Var ❯