Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

transition page

Status
Not open for further replies.

leahyj

MIS
May 5, 2004
107
US
Hi,

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.


Thanks in advance.
 
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.

-T

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top