Hi,
I have not faced this problem, but I can throw some light on the
HttpSession.
It depends on cookies. But if cookies are disabled by browser, then it
automatically switches to URL Encoding. For this case,
you need to encode any URL that you are sending to the browser for the user
to click on. If you don't you might get this error. Are you sending any URL
to the browser for this servlet to get displayed?
Thanks,
tanmay dalvi
-----Original Message-----
From: Hiroshi Kasamatsu [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 03, 2000 11:50 AM
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
- 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
