Javascript Reference
Form Elements > submit
javascript submit Description
See input (type="submit").
javascript submit accessKey
This is single character key that either gives focus to a submit element or activates a form control or link action.
javascript submit disabled
Specifies whether the element is available for user interaction. When set to true , the element cannot receive focus or be modified by the user
javascript submit focus( )
Gives focus from the current submit object, at which time the submit object's onfocus event fires.
javascript submit tabIndex
This is a number that indicates the sequence of this submit element within the tabbing order of all focusable elements in the document.

Powered by Linode.