Re: Browser Problem

2001-08-23 Thread Advance Design - Vance
Hello Curtis, It works!! Start Perl stuff... End Perl stuff... print< base-02.html Content container The:- print "Content-type: text/html\n\n"; produced a error in the browser for some reason. Many thanks for all your help. (I am not entirely certain of what is g

Re: Browser Problem

2001-08-23 Thread Curtis Poe
--- Advance Design - Vance <[EMAIL PROTECTED]> wrote: > Hello Curtis, > > I am just returning a complete html document from the perl file ... Vance, It sounds like that could be the problem. Generally, when printing a Web page from a CGI script, you need to supply a content-type header to let

Re: Browser Problem

2001-08-23 Thread Advance Design - Vance
Hello Curtis, I am just returning a complete html document from the perl file using the following: (perl in blue, html in red) Start Perl stuff... End Perl stuff... print< base-02.html Content container Your email suggests I should have a content-type header included in here somewh

Re: Fw: Browser Problem

2001-08-23 Thread Curtis Poe
--- Advance Design - Vance <[EMAIL PROTECTED]> wrote: > Hi Joel, > Thanks for the fast reply. > This is the html document heads. > > I have tried "messing" about with these, but with > no change in result. > > Transitional//EN"> > > > base-02.html > > > > content="keyword,keyword"> > Ac

RE: Browser Problem

2001-08-23 Thread Bradley M. Handy
in'. Bradley M. Handy Senior Programmer/Owner Jack-of-all-trades Programming Services --www.jack-of-all-trades.net --mailto:[EMAIL PROTECTED] > -Original Message- > From: Advance Design - Vance [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 23, 2001 2:18 PM > To: [EM

Fw: Browser Problem

2001-08-23 Thread Advance Design - Vance
o: "Advance Design - Vance" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, August 23, 2001 7:29 PM Subject: RE: Browser Problem > maybe you've made a mistake with your HTTP headers which IE5.5 is being > forgiving about but Opera and Netscape are complaini

Re: Browser Problem

2001-08-23 Thread Curtis Poe
--- Advance Design - Vance <[EMAIL PROTECTED]> wrote: > Hello > I have written some web pages incorporating Forms and Perl processing on the server. >Everything > works fine on my IE 5.5 Browser but when I use the Netscape 4.7 and Opera 5.12 >browsers, the > HTML sent back from the Perl programm

RE: Browser Problem

2001-08-23 Thread Joel Hughes
ginal Message- From: Advance Design - Vance [mailto:[EMAIL PROTECTED]] Sent: 23 August 2001 19:18 To: [EMAIL PROTECTED] Subject: Browser Problem Hello I have written some web pages incorporating Forms and Perl processing on the server. Everything works fine on my IE 5.5 Browser but when I us

Browser Problem

2001-08-23 Thread Advance Design - Vance
Hello I have written some web pages incorporating Forms and Perl processing on the server. Everything works fine on my IE 5.5 Browser but when I use the Netscape 4.7 and Opera 5.12 browsers, the HTML sent back from the Perl programme appears as (source) text. Do you have any ideas why. Thanks