I have a CGI script that takes a few minutes to run. I want to keep it very simple. Currently, it prints some information about the process and then starts running it. When complete, it shows the result of the job.
It works perfectly when I load it in telnet. However, Firefox doesn't show the header information until after the process is complete. Is there some JavaScript call or DOM setting that I can use to tell the browser to load the information it already has and hold tight?
Again, I just want something simple as the script already works quite well as-is.