| View previous topic :: View next topic |
| Author |
Message |
Lusis Backwood JR
Joined: 26 May 2006 Posts: 87 Location: United States
|
Is there a reason I get an error "document.forms.qform.submit is not a function" when I use: document.forms['qform'].submit();?
AFAIK, it should work fine
<FORM method="post" action="" id="qform" name="qform"> |
| |
|
|
|
|
Gladis
Joined: 24 May 2006 Posts: 108
|
Well, your action is /technicaly/ valid, but some browsers are rather buggy when it comes to action="".
I'm guessing you have a form control named submit, which is clobbering the normal submit property of the object. |
| |
|
|
Lusis Backwood JR
Joined: 26 May 2006 Posts: 87 Location: United States
|
| Ah, that could be the issue |
| |
|
|
|
|