I have a form with a select and a few text inputs. I\'d like the form to be submitted when the select is changed. This works fine using the following:
onchan
My psychic debugging skills tell me that your submit button is named submit. Therefore, form.submit refers to the button rather than the method.
submit
form.submit
Rename the button to something else so that form.submit refers to the method again.