TOC PREV NEXT INDEX

Put your logo here!


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


mozilla DOM project | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX