Hello,
I am facing a very weird issue, where, when i try to make a ajax call to submit a form from onload of an HTML file, I always get an error response, and the action url is never hit.
If i use the traditional way of document.form.submit(), then the action url is hit successfully.
Below is the NewFile.html i have created to
test ajax submit.
Please help, why it is not submitting the form and hitting the action class. Where am i wrong.
Thanks
Regards
Gagan