os_input_submit |
An input submit button within a form.
An os_input_submit
is a submit button within an os_form . When this
button is selected, the name of each input element within the containing os_form
is paired with the current value of the input element and transmitted to the
action URL specified by the os_form .
By default, an os_input_submit
button is typically labeled "Submit" or "Submit Query." A
label value for the button can be specified through either a constructor or the value()
member function. The label value cannot be modified by the user.
A name for an os_input_submit
button can be specified through either a constructor or the name()
member function. If an os_input_submit does not
specify a name, its value is not transmitted when the containing os_form
is submitted.
An os_form
can contain multiple os_input_submit buttons. Each os_input_submit
can specify a different name and value. However, when an os_form
is submitted, only the name/value pair associated with the selected os_input_submit
is transmitted, and then only if that os_input_submit
specifies a name.
name
and returns a reference to the input submit button.Copyright©1994-2026 Recursion
Software LLC
All Rights Reserved