Instructs the InputTypeSubmit object to accept and process the event whose specifications are passed as the parameter to the method.
Creates a TextRange object containing the InputTypeSubmit button's label text. See the TextRange object for details.
This is one of the rare times that the value property controls the label of a form control: the text that appears on the submit button.
Returns the type of form Submit control element. The value is returned in lowercase letters
This is the identifier associated with the form control contains current InputTypeSubmit element. Names are hidden from user view, since control label
Returns a reference to the form element that contains the current InputTypeSubmit element
The submit object is a form control generated with an input element that has a type attribute set to "submit" . This object is similar to th