S
still just me
What is/are the technical approach(s) used to display "program
working" web pages?
I understand the cgi cycle well... and I'm thinking that if I send a
response page to the user with "program working" that then I'm all
done - I can't send another page of output with the program results.
I have a program that sometimes takes a little bit of time to run and
unless the used watches the browser indicators, I'm concerned that
they will terminate it early (before the results are sent to them).
I can think of some ways to do this with Javascript in the client, but
are there techniques to do this with cgi headers that are server
driven?
Thanks,
working" web pages?
I understand the cgi cycle well... and I'm thinking that if I send a
response page to the user with "program working" that then I'm all
done - I can't send another page of output with the program results.
I have a program that sometimes takes a little bit of time to run and
unless the used watches the browser indicators, I'm concerned that
they will terminate it early (before the results are sent to them).
I can think of some ways to do this with Javascript in the client, but
are there techniques to do this with cgi headers that are server
driven?
Thanks,