Form.submit() (Method)

Invoke a form submit to the server.

Availability:

DOM level - 1
JavaScript - 1.0
JScript - 1.0
Internet Explorer - 3.02
Netscape - 2.0
Opera - 3.0
JavaScript syntax:-myForm.submit()

If your verification script is happy that the form data is correct, you can call this method to force the form data to be submitted.