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-BROWSER2 control. See WEB-BROWSER2 Control for more information on the WEB-BROWSER control.