Writing 2 html pages with one script

W

Wolfgang Mahringer

Hi everybody,

Hope this question is not too silly :)

I have a perl script which does a lot of computing (a max of about 45
seconds, but can be less than a second also), then outputs the result as
a HTML page (on a browser).

It would be nice to output a page like "processing..please wait" to the
browser before the long processing starts.

Any ideas how to do that?

Thanks a lot,
Wolf
 
W

Walter Roberson

:Hope this question is not too silly :)

It's not really a perl question.


:I have a perl script which does a lot of computing (a max of about 45
:seconds, but can be less than a second also), then outputs the result as
:a HTML page (on a browser).

:It would be nice to output a page like "processing..please wait" to the
:browser before the long processing starts.

:Any ideas how to do that?

"Round up the usual suspects."

In other words, see any good HTML FAQ about how to do dynamic page
updates. There are several ways available, including meta-refreshes,
javascript, java applets, and using multipart-mixed to indicate that
more parts will be forthcoming.
 
W

Wolfgang Mahringer

Hi Walter,

Walter said:
"Round up the usual suspects."

In other words, see any good HTML FAQ about how to do dynamic page
updates. There are several ways available, including meta-refreshes,
javascript, java applets, and using multipart-mixed to indicate that
more parts will be forthcoming.

Thanks, Walter, I will do some research on this themes.

Wolf
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,146
Messages
2,570,832
Members
47,374
Latest member
EmeliaBryc

Latest Threads

Top