In Firefox 5\'s error console (but not in IE 9) I get the error \"myForm.submit is not a function\" when I call the following javascript function (in an external script file):
Its caused in the type of element you've created. "form_redir" is no valid html tag so it created an element but it has only the default dom methods. Change it to "form" and it will work.