(フォーム) form |
         |
エレメントが属するフォームを示します |
- 書式
- document.★.◆.form
- this.form
- ★=フォーム名 または forms[ 参照番号 ]
- ◆=プエレメント名 または elements[ 参照番号 ]
- 文例
- <INPUT TYPE="BUTTON" onClick="(calc(this.form))">
- 上位オブジェクト
- button, checkbox, fileUpload, hidden, password, radio, reset, select, submit, text, textarea
- 説明
-
- 関連
name