Method Html3():submitButton() Professional
Create a submit button.
:submitButton( [<cCaption>], [<cOptions>] ) --> NIL
The return value of the method :submitButton() is always NIL.
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:
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.