Definition: The Submit object is used with form processing in Javascript to actually submit the validated form. This is not a reserved word so you can declare your own variable or function called submit but if you do then you will not be able to submit forms.
Examples: myform.submit;

