November 2001
Intermediate to advanced
936 pages
68h 43m
English
HTMLFormElement.submit( ) — submit a form
DOM Level 1 HTML
void submit( );
This method submits the values of the form elements to the form
handler specified by the form’s action
property. It submits a form in the same way that a user’s
clicking on a Submit button does,
except that the onsubmit event handler of the form
is not triggered.
Form.submit( ) in the client-side reference section