Method Html3():resetButton() Professional
Creat HTML code for a resetbutton.
:resetButton( [<cCaption>],[<cOptions>] ) --> NIL
 The return value of the method :resetButton() is always NIL.
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]> 
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.