"Gerald Richter" wrote:

> >
> > I'm using embperl to generate a form based on files in a given
> > directory.  The problem is that when I hit my script with
> > netscape, I see the wanted HTML as ascii text instead of seeing
> > the rendered form.  If I save it as source and reload that
> > instead (using file:), then I see it correctly as a form.
> >
> 
> You must tell your browser the correct MIME type, looks like the following
> is missing from your httpd.conf:
> 
> AddType text/html .epl
> 
> Of course you have to exchange .epl by the extention you are using

Thanks.  This works but I'm surprised it's needed.  I would have
figured text/html to be the default, specially when the form
begins with:

<html>

Also, MS-IE rendered the HTML before I made the above change.
Anyway, it's fixed now.  Thanks!

Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to