Element - input submit
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. SUBMIT. |
|
x1 |
integer |
|
|
y1 |
integer |
|
|
width |
integer |
|
|
height |
integer |
Default. 20. |
|
length |
integer |
Default. 0. A value of 0 indicates no input limit. |
|
style |
style |
Default. Helvetica, 10, normal |
|
readonly |
boolean |
Default. false. |
|
caption |
string |
|
|
url |
url |
|
Example
<input type="submit" caption="Submit" url="http://lansa01:1099/cgi-bin/jsmdirect?namevalue" x1="100" y1="510" width="50" style="form"/>