> I have an application in which it would be useful to be able to send the > output from a script to the web browser in such a way that the web > browser views the output as being complete (and the script will not > attempt so send any further output) but script execuation continues > doing some further work in the background for a few seconds before it > finishes. > > I have looked at the documentation but can't see how to do this. Is it > possible, if so how please?
umm, set Response.Buffer=False - i don't know if Apache::ASP has a Response.Flush or somethin, but Response.Buffer=False should would based on my Windows-ASP knowlegde --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]