>>>>> "Jason" == Jason Normandin <[EMAIL PROTECTED]> writes:

Jason> I have a cgi sctipt that forks a process during execution. I
Jason> would like to display a message to the user after the fork
Jason> occurs. Semething like displaying an animated gif or something
Jason> to inform the user the task is in progress as the forked
Jason> process can take 10-20 secs to complete.

Please take time to search and study the 192 magazine articles
I've written (and continue to write):

        http://www.stonehenge.com/merlyn/WebTechniques/
        http://www.stonehenge.com/merlyn/UnixReview/
        http://www.stonehenge.com/merlyn/LinuxMag/
        http://www.stonehenge.com/merlyn/PerlJournal/

when looking for places to learn about Perl.  In particular,
I've addressed this issue various ways, probably the closest plan is
the "traceroute" solution:
<http://www.stonehenge.com/merlyn/LinuxMag/col39.html>.

There's hardly ANYTHING that comes up here that I haven't addressed.
Especially about CGI.  I've pretty much beat that into the ground. :)

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to