AvailabilityDOM Level 1 HTML Synopsisvoid submit( ); DescriptionThis 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 AlsoForm.submit( ) in the client-side reference section |