1. Prevent IE caching stackoverflow.comI am developing a Java EE web application using Struts. The problem is with Internet Explorer caching. If an user logs out he can access some pages because they are cached ... |
2. *.do files not opening in my IE7 stackoverflow.comI have written a struts application. When i open the application in my IE7 browser, it doesn't open the .do files, instead IE7 displayes the "FIND SAVE or CANCEL" dialog box. ... |
3. Disabling works in IE8 and not in lower versions of IE stackoverflow.comI have a jsp code like this
This disable the options and it works fine in IE8 and not working in the lower versions like IE7 and IE6. Please help ... |
4. Can you force focus on a calling IE window on the close of a child IE window in Windows CE? stackoverflow.comI have a struts application being used on handheld devices running Windows CE 4.2/5.0. We needed the functionality of another app in this one, and the solution was to pop up a ... |
5. Javascript return false not working in ie stackoverflow.comHI All I have following lines in my JSP.
The java script method validateUser(), validates the user and returns true or false. ... |
7. POST method getting converted to GET in IE-9 stackoverflow.comI have this line of code in my JSP. (I'm using struts 1.3) <html:form action="screening/mine.do" method="post"> . . . </html:form> When the action corresponding to mine.do is invoked (using struts-config.xml), the page is getting submitted as GET ... |