I am implementing a web based system. I need to capture if the back button of browser is pressed. It doesnt postback if the back button is pressed. I have seen some code parts but it doesnt solve my problem. I have a home page. I want to postback my homepage if the back button of browser is clicked.
Well to be more clear-> Home page-> x.aspx?Date=30.01.2012 , I put the date to the session, then the back button of browser,Home page ???? There I want to get the date from the session by postbacking the home page.
window.history.go(-1)