WEST MiRa(1,739 Byte)
JavaScript(1,601 Byte)

■ JavaScript - 基本操作 - フォームの基本
   - 9.テキストエリア

テキストエリアは、フォーム上にテキストよりも大きな入力欄を設定できます。

ソース
<html><head></head>
<body>
<form>
<textarea rows="5" cols="30" name="1">
</textarea>
</form>
</body></html>
実行結果


入力欄の大きさは、rows="数値"とcols="数値"で設定できます。


バナー、リンクについて  ,   利用規約  ,   ヘルプ

Copyright (C) 1998-2007 WEST MiRa. All rights reserved.