Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to link out on jsp

 
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
The user is currently on webpage address http://server101/logon/logon.object. I do not understand why whenever I redirect out using a response.sendRedirect(./ao.jsp) or using a <a href="http://server101/logon/ao.jsp">link</a> the link on the address bar of IE remains the same it does not refresh the address bar so basically it remains http://server101/logon/logon.object. Also if the user hits refresh it goes back to the old address http://server101/logon/logon.object.

Well anyway, is there a solution to permanently link out, so that the address bar actually shows the new address, and hitting refresh actually refreshed the curret page, and not take the user back to the previous page. Any help is greatly appreciated. Thanks.
[ April 11, 2006: Message edited by: Bear Bibeault ]
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please do not repeat the same topic more than once.
 
    Bookmark Topic Watch Topic
  • New Topic