How to go back to previous session on a huge long page in Jquery
Hi,
Is there a jquery/javascript function I can use to let the users always go back to the previous session they visited on a long page? Basically, on all other pages, if the user click "save" or "cancel", the user can always go back to the previous's page's specific session they visited earlier. Since the users need this on every single page, I need a solution to plug in to work for every page.
Note: when I click browser's "back" button, it does work as expected. However, it only happens in a form when I click "save" or "cancel" button.
Any suggestion?
Thanks!