How can we capture the browsers back button in application
i.e. can we code some thin in our application that fire on browsers back and forward buttons click
Nope, no way to do it that I've heard of. Quite often, the page will be cached on the client so there isn't even a request to the server when the user clicks back or forward.
Nope, no way to do it that I've heard of. Quite often, the page will be cached on the client so there isn't even a request to the server when the user clicks back or forward.
Thanks I just want to confirm
is there is no way using client side script