C_T has asked for the wisdom of the Perl Monks concerning the following question:
Right now I have a CGI page which does the following:
What I'd like is:1) Click here to do many things 2) Many things are done 3) Display the results of the many things that were done
In other words, I'd like the user to have real-time feedback on what's going on behind the scenes in Perl.1) Click here to do many things 2) Doing thing one... 3) Doing thing two... 4) Doing thing three... etc.
If possible, I'd like to have this display happen without updating the webpage, but that seems not possible with what I currently know about CGI and HTML.
I'd rather avoid writing an applet or java application to do the user feedback as the tasks are performed. Perhaps the only way is to have something refresh the page automatically every few seconds?
If anyone has any ideas, please let me know. I'm open to all suggestions.
Thanks!
CT
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can a CGI web-page update live?
by Plankton (Vicar) on Oct 06, 2004 at 15:58 UTC | |
by C_T (Scribe) on Oct 06, 2004 at 18:11 UTC | |
by Plankton (Vicar) on Oct 06, 2004 at 18:25 UTC |