in reply to Need HTML Redirect
Consider using CGI.pm's redirect method to perform your redirection for you. This will do an HTTP redirection and won't rely on putting things in HTML to do it for you. It's also much cleaner and will not muck up the Back button's behavior.
Also, if you were to use 'EoF', you would not have to escape your double-quotes. Think of the quotes around your EoF as the type of quotes around the rest of your text.
|
---|
Replies are listed 'Best First'. | |
---|---|
RE: Re: Need HTML Redirect
by Tii (Monk) on Sep 29, 2000 at 00:14 UTC |