名前 | 用途 | IE | NN |
---|---|---|---|
document.forms | ドキュメントに含まれるフォームオブジェクトの配列。 | 3 | 2 |
document.forms.length | 個数。 | ||
document.forms[n] | nを参照する。 |
名前 | 用途 | IE | NN |
---|---|---|---|
document.任意.action | <form action=""> | 3 | 2 |
document.任意.encoding | <form encoding=""> | ||
document.任意.method | <form method=""> | ||
document.任意.name | <form name=""> | ||
document.任意.target | <form target=""> | ||
document.任意.submit() | サブミットボタンを押した効果を起こす。 | ||
document.任意.reset() | リセットボタンを押した効果を起こす。 | 4 | 3 |
document.任意.handleEvent(event) | イベントハンドラーを呼び出す。 | × | 4 |
名前 | 用途 | IE | NN |
---|---|---|---|
document.任意.elements | ドキュメントに含まれるフォーム部品オブジェクトの配列。 | 3 | 2 |
document.任意.elements.length | 個数。 | ||
document.任意.elements[n] | nを参照する。 |
名前 | 用途 | IE | NN |
---|---|---|---|
document.任意.任意.name | フォーム部品の名前。 | 3 | 2 |
document.任意.任意.form | フォーム部品を包含するフォームオブジェクト。 | ||
document.任意.任意.value | フォーム部品の値。 | ||
document.任意.任意.focus() | エレメントにフォーカスを当てる。 | ||
document.任意.任意.blur() | エレメントからフォーカスを外す。 | ||
document.任意.任意.type | フォーム部品のタイプ。 | 4 | 3 |
名前 | 用途 | IE | NN |
---|---|---|---|
document.任意f.任意t.defaultValue | 初期値として表示する文字列。 | 3 | 2 |
document.任意f.任意t.select() | 入力フィールド内の文字列を選択状態にする。 |
※はチェックボックス部品とラジオボタン部品のみ。
名前 | 用途 | IE | NN |
---|---|---|---|
document.任意f.任意c.defaultChecked | 初期値としてチェックされていたかを真偽値で返す。※ | 3 | 2 |
document.任意f.任意c.checked | 現在チェックされているかを真偽値で返す。 同一グループ内ラジオボタンは[n]で参照する。※ | ||
document.任意f.任意c.click() | 部品をクリックした事にする。 |
名前 | 用途 | IE | NN |
---|---|---|---|
document.任意f.任意s.length | オプション部品の個数。 | 3 | 2 |
document.任意f.任意s.selectedIndex | 選択中のオプションオブジェクトを示すインデックス番号。 |
名前 | 用途 | IE | NN |
---|---|---|---|
document.任意f.任意s.options | オプション部品の配列。 | 3 | 2 |
document.任意f.任意s.options.length | 個数。 | ||
document.任意f.任意s.options[n] | nを参照。 | ||
document.任意f.任意s.任意o.option.defaultSelected | 初期値として選択されていたかを真偽値で返す。 | ||
document.任意f.任意s.任意o.option.selected | 現在選択されているかを真偽値で返す。 | ||
document.任意f.任意s.任意o.option.text | <option>txt</option>txtを返す。 | ||
document.任意f.任意s.任意o.option.value | <option value="任意値">任意値を返す。 |
SEO | [PR] 爆速!無料ブログ 無料ホームページ開設 無料ライブ放送 | ||