Processing splash page

VBAHole22

Contributor
Joined
Oct 21, 2003
Messages
432
Location
VA
I have an aspx page with a button that opens another aspx page. This other page has stats on it about my Oracle db. The stats are filled in by the results of several stored procs. They take about a minute to run.
How can I create a page or an image or something to notify the user to sit tight and wait a minute?
 
Could you use a javascript alert window to open each time the page loads and let the user know that it will take a minute. They then could choose to wait a minute or cancel the operation....

Or along those same lines, have an alert window pop up before even moving to the next page that lets the user be aware of the time to run the report or opt out of not waiting.....

Amy
 
Back
Top