This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Feb 25, 2011, 7:30 PM
21 Posts

How to make the Back button recall the last visited state

  • Category: Other
  • Platform: Windows
  • Release: 8.5.2
  • Role: Developer
  • Tags: back button
  • Replies: 1
 I have a home xpage for our website and the subsequent links open in a 'child' xpage.  If I use the back button, it takes me back to the home xpage instead of the last visited child page.  Is there a way to capture the back button and redisplay the last visited 'page'? 
 
thanks 
clem 
Feb 25, 2011, 8:54 PM
13 Posts
Re: How to make the Back button recall the last visited state
Check the Context global variable.
Try Using
context.redirectToPage(pageName) -If you have the page name
 
or
context.redirectToPrevious()

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal