Re: [htmltmpl] HTML-Pager and Netscape

2002-12-17 Thread Roger Burton West
On Tue, Dec 17, 2002 at 03:28:51PM -0600, Jeff Pelkey wrote: >## Line 16 Below. -- DOES NOT WORK >##print "Content-type: text/html\n\n", $tmpl->output(print_to => *STDOUT); Why on earth do it the long way round? STDOUT is default: print "Content-type: text/html\n\n", $tmpl->output; Roger -

Re: Re: [htmltmpl] HTML-Pager and Netscape

2002-12-17 Thread Jeff Pelkey
>Message: 1 >Date: Tue, 17 Dec 2002 09:08:09 -0600 >From: Pete Prodoehl <[EMAIL PROTECTED]> >To: html-template-users <[EMAIL PROTECTED]> >Subject: Re: [htmltmpl] HTML-Pager and Netscape > > >If it works in IE, but not other browsers, it probably is the mime type, >IE often likes to

Re: [htmltmpl] HTML-Pager and Netscape

2002-12-17 Thread Pete Prodoehl
If it works in IE, but not other browsers, it probably is the mime type, IE often likes to 'guess' what the mime type might be, whether it's correct or not. Other browsers tend to do the right thing, and honor the mime type being served. Pete Aranda, Christian wrote: In version 4.78 - A "Sa