in reply to Re: URL redirection
in thread URL redirection
my $username=$cgi->param('username'); if ($username eq 'testuser'){ print $cgi->redirect("http://navitwiki/cgi-bin/main.cgi"); }else{ $message='Please Check the Username & Password'; &init_screen(); }
URL Status: 302 Moved Location: http://navitwiki/cgi-bin/main.cgi
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: URL redirection
by Corion (Patriarch) on Oct 22, 2007 at 09:31 UTC |