My first JSP Page includes a Form with Submit button. When user clicks the button, data items on the form send to the second Web Page, specified in the FORM ACTION attribute. This Web Page retrieve data from Database to print Report and pop-up with big delay.
I need to create message on the first JSP Page: "Please Wait. Retrieving", which appears near Submit button after user click the button, so user can see, that data is retrieving. But when user return to the first JSP Page using arrow "Back" of the browser, this message must disappear.
Is it possible to do it?
I need to create message on the first JSP Page: "Please Wait. Retrieving", which appears near Submit button after user click the button, so user can see, that data is retrieving. But when user return to the first JSP Page using arrow "Back" of the browser, this message must disappear.
Is it possible to do it?