A form with two submit buttons. The first submit button submits the form data with default target ("_self"), and the second submits the form data to a new window (target="_blank"):
![]()
The formtarget attribute is supported in Internet Explorer 10, Firefox, Opera, Chrome, and Safari.
Note: Internet Explorer 9 and earlier versions, do not support the formtarget attribute.
The formtarget attribute specifies where to display the response after submitting the form. This attribute overrides the form's target attribute.
The formtarget attribute is only used for buttons with type="submit".
The formtarget attribute is new in HTML5.
Note: Frames and framesets are not supported in HTML5. The _parent, _top and framename values are now mostly used with iframes.
| Value | Description |
|---|---|
| _blank | Loads the response in a new window/tab |
| _self | Loads the response in the same frame (this is default) |
| _parent | Loads the response in the parent frame |
| _top | Loads the response in the full body of the window |
| framename | Loads the response in a named iframe |
HTML <button> tag
The perfect solution for professionals who need to balance work, family, and career building.
More than 10 000 certificates already issued!
The HTML Certificate documents your knowledge of HTML.
The HTML5 Certificate documents your knowledge of advanced HTML5.
The CSS Certificate documents your knowledge of advanced CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The jQuery Certificate documents your knowledge of jQuery.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
Your message has been sent to W3Schools.