Form submit() Method
Definition and Usage
The submit() method submits the form (same as clicking the Submit button).
Tip: Use the reset() method to reset the form.
Browser Support
![]()
The submit() method is supported in all major browsers.
Syntax
formObject.submit()
Parameters
| None. |
Return Value
| No return value. |
Form Object

