Do a response.Flush after you response.write. That should send whatever
output you have to the client.

You won't be able to response.redirect though after that, so you'll need
javascript or something (META tag maybe) to redirect them once
it's done processing.

Chris Tifer

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "ActiveServerPages" <[EMAIL PROTECTED]>
Sent: Wednesday, September 25, 2002 2:01 PM
Subject: In-Progress Message


> I know this issue has been raised before, but I can't find it in the
> archive search.
>
> I have a page that does quite a lot of database processing. I want to show
> the user a "Please Wait" message during the data processing before the
> user is redirected to a "Thank You" screen after the processing is
> complete. I've tried a response.write before starting the processing
> without success.
>
> Any thoughts or suggestions that might work in this situation?
>
> TIA.
>
> Kyle
>
> ---
> You are currently subscribed to activeserverpages as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to
%%email.unsub%%
>


---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to