Hi

 

I am having some Trouble submitting a form with anything else than a button. With buttons everything is fine, when using a link for example nothing happens and my browser (InternetExplorer) complains about a not supported function. While debugging I traced the problem down back to the last row of forms_submitForm(element, name) in forms-lib.js

This is the command that seems to be failing:

form.submit();

I don’t understand why. The object is a form-tag an so it should support the submit() method.

Why doesn’t this work?

 

Chris

Reply via email to