web api instance property
HTMLFormElement: target property
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).
Value
A string.
Examples
myForm.target = frames[1].name;
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.