: From [EMAIL PROTECTED] Tue May 29 15:54 EDT 2001
: Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
: List-Post: <mailto:[EMAIL PROTECTED]>
: List-Help: <mailto:[EMAIL PROTECTED]>
: List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
: List-Subscribe: <mailto:[EMAIL PROTECTED]>
: Delivered-To: mailing list [EMAIL PROTECTED]
: From: Mark Rowlands <[EMAIL PROTECTED]>
: To: [EMAIL PROTECTED]
: Subject: Netscape problem
: X-Spam-Rating: onion.valueclick.com 1.6.2 0/1000/N
: 
Mark Rowlands wrote:
: ok..this is my first bash at a serious cgi script. it is using DBI and CGI to 
: connect to a bunch of databases and edit various fields. Problem is all was 
: fine and dandy (more or less) while testing with IE5.5. Then I checked with 
: netscape  4.77 and Konqueror 2.1.1  both of these just display the html!

Sounds like a server problem- not setting the right default MIME type or something.
Try explicitly giving the MIME type:

print $cgi->header (-type => 'text/html');

-- tdk

Reply via email to