in reply to CGI header doesn't like me
when you do $cgi->header('test/plain'), it's not going to send a Content-Type header that the browser recognizes, hence the browser's offer to save the stream rather than just displaying.
As for the rest of your post, why would you send $cgi->header('test/plain'? what is it you're trying to aoomplish? what does "seems to work just about normal." mean? Your questions are not answerable if they are not comprehensible.
--Bob Niederman, http://bob-n.comAll code given here is UNTESTED unless otherwise stated.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: CGI header doesn't like me
by Anonymous Monk on Sep 10, 2003 at 00:12 UTC | |
by Anonymous Monk on Sep 10, 2003 at 00:27 UTC | |
by bobn (Chaplain) on Sep 10, 2003 at 04:40 UTC | |
by Roger (Parson) on Sep 10, 2003 at 06:51 UTC |