Thread
:
help on this error:document.forms[0].submit() is not a function
View Single Post
#
4
03-13-2007, 04:46 PM
rjolly
Registered User
Join Date: Mar 2007
Posts: 1
possible conflicting element name
For anyone interested, "document.forms[0].submit();" will not work if any form elements are named "submit". Probably the original poster named the submit button "submit".
rjolly
View Public Profile
Find all posts by rjolly