0

I have a big form on jsp page where user enters some information.

My requirement is that if user move away to another link or close window, I should alert that "Your form changes will be lost if you move away from screen, please press save before moving away from this screen." If user press ok, we should navigate to next page else stay on same page.

How can I achieve this? Any javascript method available for this? Any help much appreciated.

Neeraj
  • 1,776
  • 2
  • 16
  • 35
  • 1
    Possible duplicate of http://stackoverflow.com/questions/19179514/how-to-control-browser-confirmation-dialog-on-leaving-page You need to manipulate as per your requirement – Chirag Vidani Jan 27 '14 at 09:52
  • 1
    Here is **[another](http://stackoverflow.com/questions/13443503/how-to-run-javascript-code-on-window-close)** – Deepak Ingole Jan 27 '14 at 09:55
  • Thanks all, I was searching only for form, hence couldn't found all these question. Although my question is not duplicate but onbeforeunload method will surely do my job. Thanks – Neeraj Jan 27 '14 at 10:00

0 Answers0