Click to See Complete Forum and Search --> : Howto show progress, then repaint page


peavys
04-22-2005, 01:15 PM
I have a cgi program that has to do some time consuming activities. I'd like it to show it's progress, then when activity is complete, erase all the progress stuff and start over with a new "page". Tried doing </html><html> but that did not work. This is not in response to user input, but the completion of a task the cgi program is doing.

Thanks for any help, I'm stumped.

Corky