HTMLFormElement.target

The target property of the HTMLFormElement interface represents the target of the form's action (i.e., the frame in which to render its output).

Syntax

string = HTMLFormElement.target
HTMLFormElement.target = string

Example

myForm.target = document.frames[1].name;

Specifications

Specification Status Comment
HTML Living Standard
The definition of 'HTMLFormElement: target' in that specification.
Living Standard

Browser compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
targetChrome Full support YesEdge Full support 12Firefox Full support YesIE ? Opera Full support YesSafari Full support YesWebView Android Full support YesChrome Android Full support YesFirefox Android Full support YesOpera Android Full support YesSafari iOS Full support YesSamsung Internet Android Full support Yes

Legend

Full support
Full support
Compatibility unknown
Compatibility unknown