Question : Can you submit a form and close the window without connection reset by peer error?

Hi,
Can you submit a form and close the window without connection reset by peer error?

Html Form tag


When I submit the form, I get error: (10054, 'Connection reset by peer')
Is there a way to close the window on submit without this error?

Thanks
Jamie

Answer : Can you submit a form and close the window without connection reset by peer error?

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.asp

An 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:




Random Solutions  
 
programming4us programming4us