Daily Archives: February 12, 2008

document.forms[0].submit is not a function

Firstly check do you have any fields or buttons etc… on the form that have the name or id "submit". If so these will shadow (hide) the submit function of the form object and thus attempting to call form.submit() will … Continue reading

Posted in Troubleshoot | Leave a comment