The input element of type submit is used add a submit button to the current page.
Syntax:
Element | Attributes | Value | Notes for Element/Attribute/Value |
|---|---|---|---|
input | type | submit | |
name | string | Default is SUBMIT. | |
x1 | integer | ||
y1 | integer | ||
width | integer | ||
height | integer | Default is 20. | |
length | integer | Default is 0. A value of 0 indicates no input limit. | |
style | style | Default is Helvetica, 10, normal | |
readonly | boolean | Default is false. | |
caption | string | ||
url | url |
Example
<input type="submit" caption="Submit" url="http://server1:1099/cgi-bin/jsmdirect?namevalue" x1="100" y1="510" width="50" style="form"/>