![]() |
How to work with Browser History
I've to get return true or false value with javascript function.
if user goback to history then it should return true else return false value only. How to do it |
Quote:
All advice is supplied packaged by intellectual weight, and not by volume. Contents may settle slightly in transit. |
The only thing JavaScript can do using history is to jump back or forward by a specified number of entries (provided that there are that many entries in the specified direction or the call will fail).
There is no way to tell what entries there are in history, how many entries there are in history, or where in the list the current page is. |
| All times are GMT +1. The time now is 09:50 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.