Is it possible to read browser history from client side using JavaScript? If not, any other signed/unsigned plugins that can do it?
Thanks
|
Is it possible to read browser history from client side using JavaScript? If not, any other signed/unsigned plugins that can do it? Thanks |
|||
|
|
although this seems little invalid to do but you can check following link for better understanding. How do you access browser history? Thanks, Jigar |
|||
|
|
|
Javascript provides in-built object called as history, you can read the length, back, forward, go and other properties as well. |
|||
|
|