In order to be HTML 4.01 compliant, you need to specify a charset and content type. I find that the easiest way to do that is to include the following on all my pages (I typically make a common include page to generate it for me).
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'> Or similar, if you're using a different charset. -Jake ----- Original Message ----- From: "Susan Hoddinott" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, March 19, 2003 10:53 AM Subject: Netscape navigator Does anyone know if there is a problem using Netscape Navigator with servlet pages generating their own html using the println function. Whenever I attempt to access servlets of this kind (which work fine under Explorer) I just get the HTML text (e.g. <HTML> etc.) displayed on the screen rather than what should be generated. Is there something special I need to do? Regards ---------------------------------------------------------------------------- ---- > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
