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.