Hello,
I have a report that is accessed by a form page. The user fills out the form and clicks on submit to view the report. At this point there are several column headers that are clickable which allows the user to sort the report by that column header. The page reloads and fetches new information from the server and redisplays the information in sorted order.
However, at this point, if the user clicks the "Back" button, the same page displays, without the sorts. What I'd like to do is go back to the form page, which is what most users want. They don't need to view the non-sorted report. Some users even think the "Back" button isn't working because the same page displays.
Is there a way in JavaScript, maybe to remove the sorted reports from the "Back" history, thus allowing the user to go back to the form page when the "back" button is clicked, no matter how many times the report is sorted?
Thanks,
Peter![[smile] [smile] [smile]](/data/assets/smilies/smile.gif)
I have a report that is accessed by a form page. The user fills out the form and clicks on submit to view the report. At this point there are several column headers that are clickable which allows the user to sort the report by that column header. The page reloads and fetches new information from the server and redisplays the information in sorted order.
However, at this point, if the user clicks the "Back" button, the same page displays, without the sorts. What I'd like to do is go back to the form page, which is what most users want. They don't need to view the non-sorted report. Some users even think the "Back" button isn't working because the same page displays.
Is there a way in JavaScript, maybe to remove the sorted reports from the "Back" history, thus allowing the user to go back to the form page when the "back" button is clicked, no matter how many times the report is sorted?
Thanks,
Peter
![[smile] [smile] [smile]](/data/assets/smilies/smile.gif)