|
|
Q932 Why can't I submit my form, it fails when using form.submit()?
irt.org | Knowledge Base | JavaScript | Form 7.3 | Q932 [ previous next ] Q932 Why can't I submit my form, it fails when using form.submit()?You are trying to submit the form object, which contains all the forms in a document, and not the actual form. Try:
and then:
or:
Feedback on 'Q932 Why can't I submit my form, it fails when using form.submit()?' |
-- div -->
|