Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is it possible to read browser history from client side using JavaScript? If not, any other signed/unsigned plugins that can do it?

Thanks

share|improve this question
check this::stevenyork.com/tutorial/… – Sudhir Jul 5 '12 at 6:27

2 Answers

although this seems little invalid to do but you can check following link for better understanding.

How do you access browser history?

Thanks, Jigar

share|improve this answer

Javascript provides in-built object called as history, you can read the length, back, forward, go and other properties as well.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.