3
Answers

Document. forms 0 .submit() not working in IE

Pankil Bhatt

Pankil Bhatt

8y
308
1
Hello, 
 
I am using this
document.forms['navNext'].submit(); into the javascript but not working on IE.
 
Why its possible. even i used
$('#' + formId).trigger('submit');
the vaules but still not working.
 
IS anyone help on this.
 
Thanks
 
 
 
Answers (3)