W3Schools.com

HTML <form> target Attribute

HTML form Tag Reference HTML <form> tag

Example

Display the response received in a new window or tab:

<form action="form_action.asp" method="get" target="_blank">
  First name: <input type="text" name="fname" /><br />
  Last name: <input type="text" name="lname" /><br />
  <input type="submit" value="Submit" />
</form>

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The target attribute is supported in all major browsers.


Definition and Usage

The target attribute of <form> is deprecated in HTML 4.01.

The target attribute specifies a name or a keyword that indicates where to display the response that is received after submitting the form.


Compatibility Notes

The target attribute of <form> is not supported in HTML 4.01 Strict / XHTML 1.0 Strict DTD.


Syntax

<form target="_blank|_self|_parent|_top|framename">

Attribute Values

Value Description
_blank The response is displayed in a new window or tab
_self The response is displayed in the same frame (this is default)
_parent The response is displayed in the parent frame
_top The response is displayed in the full body of the window
framename The response is displayed in a named frame


HTML form Tag Reference HTML <form> tag
WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$3.98 Unlimited Hosting
Premium Website Design
WEB BUILDING
XML Editor - Free Trial!
FREE Website BUILDER
Best Website Templates Top CSS Templates
CREATE HTML Websites
EASY WEBSITE BUILDER
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE