aspose file tools
The moose likes JSP and the fly likes Response.sendRedirect() does not work well for IE 9 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Response.sendRedirect() does not work well for IE 9" Watch "Response.sendRedirect() does not work well for IE 9" New topic
Author

Response.sendRedirect() does not work well for IE 9

cle tan
Ranch Hand

Joined: Jun 11, 2012
Posts: 67
Let's say the flow is:

click submit button(page1.jsp)-> external url(eg. http://www.google.com)

if there is no internet connection

IE will show page 1 url, with page not available error in fact it has already gone to www.google.com but it's url still displays page1.jsp?submit=submit

Tried this on chrome and firefox, works perfectly OK Only does not work for IE.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Response.sendRedirect() does not work well for IE 9
 
Similar Threads
Sending data to popup window
doubt with h: commandButton (URL no refresh =S)
IE6 issue in GWT
How to add back button using JSTL?
redirect without http:// or http: ecc