Forum Moderators: open

Message Too Old, No Replies

Techniques to refresh a page with partial output

         

fischermx

4:10 pm on Dec 18, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I need to create a page that run a process and shows the results to the user.
The thing is that this page might process let's say 10 items and I want to show the progress to the user, i.e. refresh the page somehow after each item was processed.
Very much like the link validator on the w3 site does, when it runs, it shows you the current status of the progress and the page shows which links are currently being processed.
How do I achieve that?

emsaw

4:07 pm on Dec 19, 2005 (gmt 0)

10+ Year Member



fischermx,

Try putting Response.Flush() where you want to flush the output to the browser.

Mark