TOC PREV NEXT INDEX

domref



submit()


submit() submits the form.

Syntax

form.submit()
 

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
TOC PREV NEXT INDEX