目次を表示
inputエレメントのtype submitは、現在のページに送信ボタンを追加する場合に使用されます。
構文:
エレメント
属性
値
エレメント/属性/値に関するメモ
input
type
submit
name
文字列
省略値はSUBMIT
x1
整数
y1
width
height
省略値は20
length
省略値は0。値が0の場合、入力制限はありません。
style
スタイル
省略値はHelvetica、10、normal
readonly
ブール値
省略値はfalse
caption
url
URL
例
<input type="submit" caption="Submit" url="http://lansa01:1099/cgi-bin/jsmdirect?namevalue" x1="100" y1="510" width="50" style="form"/>