CodeCharge Studio

Button Overview

HTML
<!-- BEGIN Button Button1 --><input type="submit" value="Button1" name="Button1"><!-- END Button Button1 -->
Image


When placed within an HTML form, a submit button serves the purpose of submitting all the fields within the form to the designated action page. A submit button submits only those fields within the form in which is it contained, meaning that a single submit button cannot be used to submit fields from multiple forms. In order for the submit button to work, it must be within an HTML form whose action property specifies the location where the form will be submitted i.e. (<Form action='page.htm'></form>). Login, record, search and editable grid forms all use submit buttons to submit form values for processing.

See also:

Button Reference


On-line, printable versions and updates