I have ran into similar problems. It appears the browser times out and thinks the server isn't going to respond. Try breaking your return up into sections of 100 or 200 lines then give the user the option of going to the next page. You will need to add logic to your database code to retrieve only the portion you need. You need to speed up the access as much as possible. This worked for me. I hope it helps. -----Original Message----- From: Hiroshi Kasamatsu [mailto:[EMAIL PROTECTED]] Sent: Friday, November 03, 2000 12:50 PM To: [EMAIL PROTECTED] Subject: Html output by servlet depends on browser? On internet explorer, html can not be displayed by servlet when it includs a lot of tag and data. I programmed web application using servlet and jdbc-odbc technology.Servlet dynamically creates html as a result of jdbc-odbc connection.On netscape v4.7,html was successfully displayed,but on internet explorer v5,I had a message saying that the page could not be displayed and server was not found. On local machine,on both browser ,I had a good result. The point which I worry about is that I use session object instead of cookies. I,however,hear that http session does not depend on browser. In servlet,,is the performance influenced by browser when html is dynamically created by servlet? Hiroshi Kasamatsu [EMAIL PROTECTED] ___________________________________________________________________________ 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 ___________________________________________________________________________ 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