| Author |
IE address bar does not update using response.sendRedirect
|
Fritz Largosa
Ranch Hand
Joined: Sep 12, 2005
Posts: 70
|
|
When I use response.sendRedirect(); to send user to another page IE does not change the address on its address bar even though it links to that other page. So basically if I am in site www.A.com and use sendRedirect to go to www.B.com, my address bar will show www.A.com but my page will be www.B.com's page. Is there a workaround for this one? I tried <jsp: forward page = "" /> but it is the same. It is okay on Firefox, but IE just refuses to update its address bar. [ April 07, 2006: Message edited by: Fritz Largosa ]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56153
|
|
Works fine for me. Your instance of IE must be having issues. IE 6.0.2900
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: IE address bar does not update using response.sendRedirect
|
|
|