javascript InputTypeSubmit handleEvent[ ]

Instructs the InputTypeSubmit object to accept and process the event whose specifications are passed as the parameter to the method.

javascript InputTypeSubmit createTextRange( )

Creates a TextRange object containing the InputTypeSubmit button's label text. See the TextRange object for details.

javascript InputTypeSubmit value

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.

javascript InputTypeSubmit type

Returns the type of form Submit control element. The value is returned in lowercase letters

javascript InputTypeSubmit name

This is the identifier associated with the form control contains current InputTypeSubmit element. Names are hidden from user view, since control label

javascript InputTypeSubmit form

Returns a reference to the form element that contains the current InputTypeSubmit element

javascript InputTypeSubmit Description

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