我们的志愿者还没有将这篇文章翻译为 中文 (简体)。加入我们帮助完成翻译!
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;