t1mmy
08-06-2004, 10:21 AM
hi, i recently started working with perl and cgi in general. i'm currently working on a web page that takes in data and runs testcases on a linux machine. however, when u click the 'submit' button i have it redirected to a page 'please wait as we process your results...'
my question is, is there a way to have the script pause as the test is being run? say for example the script generates 'please wait...', then runs the test, then generates the results html under it?
on the other hand, is there a way to have the script redirect to another cgi-script after a certain amount of time? thnks for the help
my question is, is there a way to have the script pause as the test is being run? say for example the script generates 'please wait...', then runs the test, then generates the results html under it?
on the other hand, is there a way to have the script redirect to another cgi-script after a certain amount of time? thnks for the help