pirka

inputタグ「text」

spanタグ

・HTML

	<form name="sampleForm" method="post">
           住所:<input type="text" name="adrs">
	</form>

・画面クラス

               
	FieldMap field = getFieldMap();
	field.setValue("myName", "伊藤");
   
   

・実行時

        <form name="sampleForm" method="post">
           住所:<input type="text" name="adrs" value="伊藤">
	</form>

トップ   編集 凍結解除 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2010-09-21 (火) 18:38:23 (4965d)