I m using history listener for forward and back browser button.But i m not able to find out history back button click.If any idea plz rply..urgent for me...Thank you..
Asked
Active
Viewed 1,441 times
1 Answers
0
Your code can use the tokens sent by History management system to determine what kind of action you want to take. Suppose you are at page1 and that page is identified by the token 'page1'. Now, you move to page2. If you click the back button, you will receive the token 'page1'. You can use this to set the state related to page1. See this Google doc for more info.

Ganesh Kumar
- 3,220
- 1
- 19
- 27
-
Thanks for answer...I just want when click browser back button than find out the browser button click...bcoz on the basis of click event i just perform some code...is it possible to find out the browser button is click.... – ruchi Jul 10 '12 at 06:42
-
No it is not possible. This question is already answered [here](http://stackoverflow.com/questions/2693527/how-do-i-determine-whether-i-am-going-forward-or-backward-through-my-history?rq=1) – Ganesh Kumar Jul 10 '12 at 08:29