What is the best way to close a form’s webpage after the submit button is clicked? I want the form to post then close and for the life of me I cant find a good way to do this. I guess if it comes down to it I can do an ajax call then call window.close() when the ajax call completes.
Share
You can achieve it using jQuery…