gt;
To: "perl cgi" <[EMAIL PROTECTED]>
Sent: Monday, December 09, 2002 11:44 PM
Subject: RE: html redirect using CGI.pm
print $query->redirect(-uri=>'http://somewhere.else/in/movie/land',
-nph=>1);
I found the example, but I dont
ss"<[EMAIL PROTECTED]>, "perl cgi"<[EMAIL PROTECTED]>
Date: Mon Dec 09 13:31:49 PST 2002
Subject: Re: html redirect using CGI.pm
>You might want to just use redirect(), check perldoc CGI
>
>-
>Scot Robnett
>inSite Internet Solutions
>[EMAIL PROTECTED]
p://mydomain.homelinux.net/login.html'})
]),
p('Redirecting to login page'),
end_html;
-
Scot Robnett
inSite Internet Solutions
[EMAIL PROTECTED]
-Original Message-
From: Admin-Stress [mailto:[EMAIL PROTECTED]]
Sent: Monday, December
print $query->redirect(-uri=>'http://somewhere.else/in/movie/land',
-nph=>1);
I found the example, but I dont know how to put the 'seconds', like will be redirected
after 5
seconds.
--- Scot Robnett <[EMAIL PROTECTED]> wrote:
> You might want to just use redirec
You might want to just use redirect(), check perldoc CGI
-
Scot Robnett
inSite Internet Solutions
[EMAIL PROTECTED]
-Original Message-
From: Admin-Stress [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 09, 2002 2:42 PM
To: perl cgi
Subject: html redirect using CGI.pm
Hi,
Could s