On Fri, 20 Aug 2004 18:57:57 -0700, Mark S Lowe wrote:
> For some reason, all my CGIs that spit out HTML for Netscape browsers
> (Netscape and Firefox) display the actual HTML and not the HTML page. Is
> there something Išve done wrong in my http.conf? Has anyone else seen this?
Mark,

        before you print any html you might want to do the following:

                print "Content-type: text/html\n\n";

        If you don't set the content-type the browser falls back to the most likely 
version of content: Text.

/oliver/

--
"If you believe everything you read, you better not read." -Japanese Proverb

Reply via email to