Displaying a "wait" page while a CGI script executes?
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I have a CGI script (written in C) which performs some fairly lengthy operations and I would like to display a page saying something like "Please wait while we process your request..." while the script executes. If possible I would also like to display temporary results as the script runs (but this isn't that important). Does anyone know how to do this using CGI? Thanks, Sylvain