Target Enum

Target enumeration

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

public enum Target

Values

NameValueDescription
Self0Opens the linked document in the same frame as it was clicked.
Parent1Opens the linked document in the parent frame.
Top2Opens the linked document in the full body of the window.
Blank3Opens the linked document in a new window or tab.

See Also