On Wed, 10 Oct 2001, Michael Kelly wrote:
> print "Content-type: text/html\n";
> print "Location: http://www.mysite.com/page.html\n\n";
This is incorrect also, because the "Location: ...\n\n" is an http header
and should not be used after a Content-type header is sent to the browser.
It should be used as the only header.
-- Brett
http://www.chapelperilous.net/
------------------------------------------------------------------------
There's another way to survive. Mutual trust -- and help.
-- Kirk, "Day of the Dove", stardate unknown
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]