Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

HTMLFormElement.target

概要

フォームのアクションの対象を取得 / 設定します。

構文

string = form.target // 取得

form.target = string // 設定

myForm.target = document.frames[1].name;
// フレームセット中の 2 番目のフレームを myForm の操作対象に設定

仕様書

ドキュメントのタグと貢献者

 このページの貢献者: fscholz, ethertank
 最終更新者: ethertank,