Method Html3():resetButton() Professional

Creat HTML code for a resetbutton.

Syntax
:resetButton( [<cCaption>],[<cOptions>] ) --> NIL
Parameters
<cCaption>
The optional parameter <cCaption> is a character string that becomes the value of the value attribute in the resulting HTML code.
<cOptions>
The optional parameter <cOptions> is a characters string that is inserted into the HTML <input> tag.
Return

The return value of the method :resetButton() is always NIL.

Description

The method creates the HTML code for a Reset button that reloads all VALUE= attributes from the HTTP server when clicked in the Web browser.

HTML output:

   <input type=reset 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.