[Netscape displays the page source while explorer displays the page itself]

You're forgetting to set the content type for the returned result. Call
  res.setContentType("text/html");
before you output anything else back to the page.

This gets CGI programmers in all languages, so you're not alone!

...Richard

Richard Clark
Training Program Manager
Verifone, a division of HP
[EMAIL PROTECTED]
+1-408-919-8858

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to