This may seem like a silly question, but some people have claimed it can be done. If anyone knows how to do it, you guys will, so here goes...
Right now I have a CGI page which does the following:
1) Click here to do many things
2) Many things are done
3) Display the results of the many things that were done
What I'd like is:
1) Click here to do many things
2) Doing thing one...
3) Doing thing two...
4) Doing thing three...
etc.
In other words, I'd like the user to have real-time feedback on what's going on behind the scenes in Perl.
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
Charles Thomas
Madison, WI
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.