Re: [Zope] RE: Netscape doesn't recognize dtml-doc as html
From: "Ausum" <augusto@artlover.com> You don't need to do anything, except to ensure yourself that your html is right. That means at least to have the 'html' and 'body' tags placed properly within your header/footer, if you use them.
This is correct if you don't use Netscape 4.7x under Linux and if your dtml-doc has the extension .html. If your dtml-doc has no extension (as in my case) it is displayed ok by e.g. Internet Explorer, but not by Netscape 4.7x. I created a seperate dtml-method with the content <content type: text/html> and included this method in my standard_html_header. Now it works. This seems to be a Netscape problem which has to be taken care of by Zope users! _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
On Tue, Jul 24, 2001 at 10:15:58AM +0000, Stephan Goeldi wrote:
This is correct if you don't use Netscape 4.7x under Linux and if your dtml-doc has the extension .html. If your dtml-doc has no extension (as in my case) it is displayed ok by e.g. Internet Explorer, but not by Netscape 4.7x.
I know I already mentioned similar stuff in another part of the thread, but as a test, I've got http://www.cae.tntech.edu/sitemap_method and http://www.cae.tntech.edu/sitemap_doc working just fine in Netscape 4.76 on Linux. My standard_html_header and footer never mention content types at all. Do those objects not render properly for you? -- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University -- renfro@tntech.edu
participants (2)
-
Mike Renfro -
Stephan Goeldi