I have an application which requires users to submit data they fill in on a form. The form is linked to a SQL database. Some users think it is enough to fill out the form and exit the page/browser without clicking the Submit button. The result is that some user data gets lost because they never submitted. Is there some code for catching users who haven't submitted when they to leave the page or close the browser? Any help will be greatly appreciated.