The HTMLFormElement.target
property represents the target of the action (i.e., the frame to render its output in).
Syntax
string = form.target
form.target = string
Example
myForm.target = document.frames[1].name;
The HTMLFormElement.target
property represents the target of the action (i.e., the frame to render its output in).
string = form.target
form.target = string
myForm.target = document.frames[1].name;