I am just wondering if the document.myForm.submit() is a synchronous call, that will block until finished... or if it is async and will continue to execute without waiting f
I had a jsp page that a page-reloading function follows right after a submit method.
Then I faced 'unexpected end of part' error immediately.
Submit() must be asynchronous.