Javascript Methods JavaScript Reference

Note:
Sends a form's data to the server.
    
Syntax:
    
document.getElementById("formID").submit()
document.all.formID.submit() // IE only