Method Html3():submitButton() Professional
Create a submit button.
Syntax
:submitButton( [<cCaption>], [<cOptions>] ) --> NIL
Parameters
<cCaption>
The optional parameter <cCaption> is the caption on the submit button.
<cOptions>
The optional parameter <cOptions> is a character string that is inserted into the HTML <input> tag.
Return
The return value of the method :submitButton() is always NIL.
Description
The method creates the HTML code for a Submit button that sends all paired NAME= VALUE= attributes to the HTTP server when clicked in the Web browser. At least one submit button must exist in a HTML page for data transmission.
HTML output:
<input type=submit value="[cCaption]" [cOptions]>
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.