I want to add some items in history using javascript? Is there any way to do it?
Thanks in Advance !
Uday
|
I want to add some items in history using javascript? Is there any way to do it? Thanks in Advance ! Uday | |||
|
feedback
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
I believe what you are looking for is:
And definitely read: https://developer.mozilla.org/en/DOM/Manipulating_the_browser_history History states definitely still have limitations in terms of cross-browser compatibility, so if you are looking to solve for old versions of IE, etc... you may need to just update the #hashmark on the url. | |||||
feedback
|