Issue with page back (Browser back) when working with AJAX using Jquery
Hello All,
I have a page (a search page). I am using AJAX with JQuery to populate the search results in a DIV on page. When a user clicks on one of the Search result, they are redirected to its View page. The Problem is, when they click on the back button, the search results are gone !!! Is there a way to avoid id.
For example,
I search "XYZ". All the companies having name XYZ are listed in the search result (in a div which was populated using JQuery AJAX). Now the user clicks on "XYZ1 Limited" company and goes to its view page. On that page, if they hit back button on browser, they come back to the search result page but they see a empty search result block.
Is there a way to preserve the search results ?
Please help..