p byers <> wrote:
>I once used some script in a Classic Active Server Page that instantly
>sent a message to the client saying something like:
>
>"Please wait - this will take a while"
>
>Then when the processing was complete, the results overwrote that
>message.
>
>Please remind me how to do it
Response.Buffer=false
Causes anything generated by the ASP page code to be immediately sent
to the client, instead of being held until the entire page has been
created.
--
Tim Slattery
http://members.cox.net/slatteryt