> -----Original Message----- > From: Jimmy Lewis [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 30, 2001 11:24 PM > To: [EMAIL PROTECTED] > Subject: CGI Login in IE but NOT Netscape > > > I have a project where the CGI form is being displayed in > Netscape as raw > HTML but in IE it works fine. Are you familiar with this problem?
As others have said, the Content-Type is probably wrong. If you have LWP installed (and you should!), a quick way to check headers is to use the HEAD utility (in perl bin directory): HEAD http://myserver/cgi-bin/myscript.pl -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
