(フォーム) defaultValue |
          |
テキストエリアのデフォルト文字を返します |
- 書式
- document.★.defaultValue
- ★=フォーム名 または 参照番号
- 文例
- sendURL = document.forms[1].myText.defaultValue
- sendURL = document.myFORM.myText.defaultValue
- 上位オブジェクト
- password, text, textarea
- 説明
- テキストエリアのデフォルト文字を返します。Explorer 3.0xではエラーで停止します。
- 関連
defaultChecked,
defaultSelected,
value