DekGenius.com
Team LiB   Previous Section   Next Section
HTMLFormElement.submit( ) submit a form

Availability

DOM Level 1 HTML

Synopsis

void submit(  );

Description

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.

See Also

Form.submit( ) in the client-side reference section

    Team LiB   Previous Section   Next Section