IE « Button « JSP-Servlet Q&A





1. IE Back Button issue in jsp    stackoverflow.com

i am having 2 jsp pages test1.jsp and test2.jsp on test1.jsp i am posting some data and it will redirected to test2.jsp . but from test2.jsp if i clicked ie ...

2. Buttons size not equal in IE and Firefox    stackoverflow.com

I have few buttons on my jsp page and I am using the style as :

*.buttonblue {
    background-color: #003366;
    border-color: #99CCFF;
    color: ...

3. Servlet and IE Back Button...help!!    coderanch.com

My reporting system generates reports via a Servlet.Servlet streams all reporting html to browser.There is one more servlet for styling called as Style servlet. There is one scenario where reports are 'drill down'..meaning if u click on report text it will open a new report.If u select to open this report in a new window there is no problem.But if u ...

4. Servlet Problem with Back Button on IE    coderanch.com

Hello All: This is a weird problem I am facing on IE. I have a servlet which is invoked by the doGet() method. This servlet has a FORM which has few fields. One of the field has a hyperlink which makes a window.open() call for Onclick. This pop-up allows a user to search for some value. The result of the search ...