Baz has asked for the wisdom of the Perl Monks concerning the following question:
is printing the following HTML -print $query->header(); print $query->start_html(-title=>"Submission Added",-head=>meta({-http +_equiv=>"refresh",-content=>"2;url=http://baz.perlmonk.org/main.cgi"} +)); print $query->end_html;
I want to print something like this<HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1252 +"></HEAD> <BODY></BODY></HTML>
Whats going wrong?<HTML> <HEAD> <META HTTP-EQUIV="refresh" content="2;URL=http://www.yoursite.com/newp +age.htm"> <TITLE>Page has moved</TITLE> </HEAD> <BODY> whatever you want to write </BODY> </HTML>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Delayed Redirect using CGI.pm
by cLive ;-) (Prior) on May 14, 2002 at 02:04 UTC | |
|
Re: Delayed Redirect using CGI.pm
by grep (Monsignor) on May 14, 2002 at 00:24 UTC | |
by Baz (Friar) on May 14, 2002 at 01:16 UTC | |
|
Re: Delayed Redirect using CGI.pm
by belg4mit (Prior) on May 14, 2002 at 01:14 UTC | |
by Kanji (Parson) on May 14, 2002 at 01:52 UTC | |
by belg4mit (Prior) on May 14, 2002 at 02:04 UTC | |
by Baz (Friar) on May 14, 2002 at 02:12 UTC |