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
- Re: Html output by servlet depends on browser? Hiroshi Kasamatsu
- Re: Html output by servlet depends on browser? Dalvi, Tanmay
- Re: Html output by servlet depends on browser? Joe Hall
