How to get a message shown immediately by the browser?

2002-10-18 Thread Zsolt Koppany
Hi, My servlet can run a long time and I would like to give the user some feedback about that. I write .. to the browser and execute a out.flush() and response.flushBuffer() bit at least mozilla-1.0.1 still needs a long time to get the message shown. How can I get the browser show a messag

Re: How to get a message shown immediately by the browser?

2002-10-18 Thread Andreas Probst
Hi Zsolt, there was a message from Craig R. McClanahan on Tuesday, September 10, 2002 10:48 PM. He wrote: > ... > * You are opening an HTML element like or and not > closing it > before the flush, and writing to a browser that does not > incrementally render (like Netscape 4.x). > ... > Co