I created a button (download) so that user click on it, the Servlet would generate the output , the browser then popped out the download dialog to let user save the file by set the content type to 'unknown'. This is working fine. But after the servlet finished the output, and the browser completed the download process, the browser is still waiting for more information (like the transaction is not completed). But the file downloaded is correct. The servlet is finished. Any idea to fix it? Thanks. Jack Ho ======================================== University of Oklahoma School of Computer Science ___________________________________________________________________________ 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
