I have an ASP application that works fine, but now I want to add a transition page "Processing Your Request. Please Wait ..." message in between some pages.
What is the best ASP method to use?
I tried server.execute, and didn't like the results.
There are a couple options listed in the FAQs on how to do this with either a popup window or in-page message and some javascript.
You could probabaly use something like the inline page message and then have your final statement do a Server.Transfer. Or you could output a chunk of javacript to do a client-side redirect. If you need to keep any form POST or GET values you could ut the in the querystring of the URl you redirect to in the javascript.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.