HI,
 
I'm creating a CGI script in perl for my web page.  When I bring it up in IE
6 it displays beautifully, however, if I open it in Netscape 6, the cgi
script runs but Netscape, instead of showing the web page, shows the text of
the page (the html code) that my CGI script produced with the correct data
nonetheless.  I can't figure out why the discrepancy between IE and
Netscape.
 
For a little more background, I HAVE printed out the appropriate lines:
 
....
print "Content-type: text/html\n\n";
print "<html>\n";
print "<head>\n";
....
 
and Netscape even shows the appropriate HTML including the <html> tag.  I
just can't understand why Netscape won't parse my html and then display the
web page.
 
 
Thanks,
 
Phil


Reply via email to