
submit()
submit() submits the form.
Syntax
Parameters
None.
Example
document.forms["myform"].submit()
|
Notes
This method does the same as the form submit button.
* can "automatically" submit things this way without having to hit the submit button. ?But do you have to pass in the form parameters?
Specification
submit
Netscape Communications
http://developer.netscape.com
|