The onsubmit() method fires before the transaction of the submit is done, so the connection in your case is forcibly closed. For more details for onsubmit() look at:
http://www.w3schools.com/jsref/jsref_onsubmit.aspAn easy way to solve your problem is to close the window from the server's responce to submit.
i.e. the page you get back could contain: