is this URL externall visible so we can look at it? Failing that can you copy in your EXACT code please?
have you ran through a proxy (such as http sniffer) so you can see exactly the HTTP conversation that takes place? It sure as heck looks like NS is being stricter about processing the header/mime type etc. joel -----Original Message----- From: Phil Fickas [mailto:[EMAIL PROTECTED]] Sent: 21 May 2002 14:07 To: '[EMAIL PROTECTED]' Subject: Netscape vs. IE Discrepancy 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 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]