Re: [BEGINNER] How to suppress Jigsaw signature in HTML code

     Luc,
     
     PrintWriter out = res.getWriter();
     res.setContentType("text/html");
     res.setDateHeader( "Expires", new java.util.Date().getTime() ); 



Try defining the writer *after* you've set the content type headers, etc, this 
might make a difference.

Cheers,

Neil.



     
     
     

Received on Monday, 1 March 1999 09:27:38 UTC