---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- Jim, >I should have specified in the original post that I already >read this and tried both solutions it suggested - no luck. The only other thing I can think of to check with the instantaneous "Document contained No Data" is to make sure that your PrintWriter Stream in your Servlet isnt sending back nothing. If you close() the PrintWriter without sending anything that dialog will pop up from Netscape. IE usually sits there showing a blank page. I have seen the "Document contains no data" popup from the PrintWriter Object not being closed, being closed without sending anything and the browser timing out on the servlet before the complete document is sent by the PrintWriter Object. Hope that helps. Cameron Riley -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]