Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 23755 invoked by uid 500); 13 Feb 2003 20:03:54 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 23744 invoked from network); 13 Feb 2003 20:03:53 -0000 Received: from amsfep11-int.chello.nl (213.46.243.20) by daedalus.apache.org with SMTP; 13 Feb 2003 20:03:53 -0000 Received: from multi-graphics.nl ([62.163.58.90]) by amsfep11-int.chello.nl (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with ESMTP id <20030213200353.NOJI9305.amsfep11-int.chello.nl@multi-graphics.nl> for ; Thu, 13 Feb 2003 21:03:53 +0100 Date: Thu, 13 Feb 2003 21:03:38 +0100 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) From: Eelco Alosery To: users@httpd.apache.org Content-Transfer-Encoding: 7bit In-Reply-To: Message-Id: <3DFF7335-3F8E-11D7-9102-000A277DDDAE@multi-graphics.nl> X-Mailer: Apple Mail (2.551) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] problem with CGI scripts on Netscape You must start your HTML output exatly like this. print "Content-type: text/html\n\n"; print "\n"; print "your site titel\n"; after this you can do it your way like this print < ENDOFTEXT Rajeev Nalluri heeft op donderdag, 13 feb 2003 om 20:26 (Europe/Amsterdam) het volgende geschreven: > HI, > I am having few CGI scripts (in PERL), which works fine in > Internet > Explorer, but when I try them in Netscape browser, all the script code > is > getting displayed in the browser instead of the actual output. Any > idea why > is it happening? > > > Regards, > Rajeev > > > > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server > Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org