Target enumeration

Target enumeration

Specifies the browsing context for where to display the linked URL.

The Target type exposes the following members:

Fields

FieldDescription
SELFOpens the linked document in the same frame as it was clicked.
PARENTOpens the linked document in the parent frame.
TOPOpens the linked document in the full body of the window.
BLANKOpens the linked document in a new window or tab.

See Also