IE « Browser « JSP-Servlet Q&A





1. HTML works on every web-browser except IE 7    stackoverflow.com

Im having issue with my html code. It works on every web browser except IE 7. Can somebody help me understand why. I am knew to html but experienced in Java. ...

2. html code in a servlet does not work on ie8    stackoverflow.com

I have the following code which I am using to display an image

p_out.println("<!doctype html public \"-//w3c//dtd html 4.0 transitional//en\">\n"
    +"<html>\n"
    + "<head>\n"
   ...

3. Escape key in IE    stackoverflow.com

All field value of form becomes blank if i am using Escape key in my web application. I am facing problem in IE browser , In Mozilla it works fine. Is it browser ...

4. IE saving JSP site password in browser...?!    coderanch.com

We're having a weird issue with a distant user of our website. I think the way it's set up is that Tomcat knows to check in a mysql db for the username and password in the basic authentication box that pops up in IE, and since that's been working fine for a while, I don't think it's the issue. We had ...

6. Browser calls servlet twice (iE)    coderanch.com

Hello there.... I am having strange results when I call a servlet. When I call the servlet with Netscape(4.77) Everything seems to be working fine. When I call the servlet with IE(6.0.26) It calls the servlet twice. Here is the code of my servlet: Do get and do post simply call this method. public void checkInfo(javax.servlet.http.HttpServletRequest request, javax.servlet.http. HttpServletResponse response) throws ...

7. why Internet Explorer is different than other browsers in jsp?    coderanch.com

Hi experts , I am having small application which consists of login page , action page and log out page. if login correct it shows the name of user in action page , then if user click logout button he goes directly to logout page. The thing is I use session with new login and invalidate this session once user click ...