Submit and Reset Buttons

When users finish filling out the form, the submit button allows them to send the contents of the form to your CGI program. The reset button allows them to clear the form, resetting the fields to their default values.

<INPUT TYPE="{SUBMIT|RESET}" [VALUE="value"]> 

where:

If you want to enable the <Enter> key so that users can press <Enter> to submit a completed form, add the USE-RETURN style to the WEB-BROWSER control. See Use the Runtime as a Helper Application or Viewer for more information on the WEB-BROWSER control.