Hi,
I have a J2EE web applications that uses JSPs for its user interface. Anytime a user clicks on one of the screen buttons, a Microsoft IE pop-up window pops up saying
"Are you sure you want to navigate away from this page. You may have unsubmitted changes. If you leave this page the changes will be lost. Press OK to Continue or Cancel to stay on the current page"
I do not want this message to pop up. How can I block this within my jsp page?
I have a J2EE web applications that uses JSPs for its user interface. Anytime a user clicks on one of the screen buttons, a Microsoft IE pop-up window pops up saying
"Are you sure you want to navigate away from this page. You may have unsubmitted changes. If you leave this page the changes will be lost. Press OK to Continue or Cancel to stay on the current page"
I do not want this message to pop up. How can I block this within my jsp page?