The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
formTarget property
Overrides the target attribute on a form element.
This property is read/write.
![]() ![]() |
Syntax
| JavaScript |
|---|
object.formTarget = sTarget sTarget = object.formTarget |
Property values
Type: DOMString
String containing one of the following values:
- _blank - Submit form to a new window or tab.
- _self - Submit form to the same frame or active window (default).
- _parent - Submit form to a the immediate parent frame.
- _top - Submit form to the topmost window.
- name - Submit the form to a named frame.
Standards information
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.10.19.6
See also
Show:

