I am using asp.net. I have a main menu. what I have done is,I have a main menu. In the Home/About page,when user click on the menu I replacing the About page content by selected page content selected in the menu.
$("#content").html(iframeof selected menu url);
here,"content" is in About page . My problem is when I click on browser back button,It is redirecting to the login page,not redirecting to the previous selected page.
how can I display the previous page when user click on the browser back button.