HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

formtarget

Description

The formtarget attribute for HTML specifies the navigable for form submission.

Syntax

formtarget="value"

Values

_blank

opens the hyperlink in a different new tab or window

_parent

opens the hyperlink in the parent tab or window

_self

opens the hyperlink in the current tab or window

_top

opens the hyperlink in the top tab or window

name

opens the hyperlink in the same new tab or window

Examples

1 · HTML · _blank

2 · HTML · _parent

3 · HTML · _self

4 · HTML · _top

5 · HTML · name

6 · JS · _blank

7 · JS · _parent

8 · JS · _self

9 · JS · _top

10 · JS · name