You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Hoenie Luk <ai...@theearth.com> on 2003/04/27 03:25:54 UTC

Progess message update on web page

Hi all,

Suppose, in an HTML page, I have EmbPerl code to repeat a certain process 
one million times. And while this is going on, I want the visitor of the 
page to see an progress message that updates itself every 1000 repetitions, 
like this:

1000 operations done.....

Then this will be overwritten with:

2000 operations done.....

Then this will be overwritten with:

3000 operations done.....

Until 1000000 operations. Then the result of the process is displayed.

Is there some way to do it with EmbPerl?


---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org