awohld has asked for the wisdom of the Perl Monks concerning the following question:
I know this is basic but I can't find the info on the internet.use CGI; #*****************Database code goes here, already done**** $query = new CGI; print $query->header; print "<center>Thanks for your comments!</center>"; #****Need to pause 5 seconds here before redirect print $query->redirect('http://www.yourname.com/index.html');
Thanks
Adam
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Automatic redirect with a pause
by chromatic (Archbishop) on Sep 29, 2004 at 20:29 UTC | |
|
Re: Automatic redirect with a pause
by intranetman (Acolyte) on Sep 29, 2004 at 20:22 UTC | |
by TedPride (Priest) on Sep 29, 2004 at 23:31 UTC |