A form on page1.asp
submits to page2.asp
. Page2 takes say a minute to do it's work.
To the end user, the browser stays on page1 while it waits for the response from page2.
How can I show a please wait page instead - is the best way just using javascript to change page1 to say Please Wait when the submit button is pressed?