Answer the question
In order to leave comments, you need to log in
Browsing History in Javascript?
Is there any way to manage the browsing history (other than going back and forth) in Javascript in at least one of the common browsers? Or is it possible to somehow track the clicks on the back and forth buttons and prevent them from being navigated?
Interested for a web application that actively uses ajax.
Answer the question
In order to leave comments, you need to log in
HTML5 to help you:
html5demos.com/history
https://developer.mozilla.org/en/DOM/Manipulating_the_browser_history
>>Is there any way to manage the browsing history (other than going back and forth) in Javascript
history.length
history.go(number)
Wouldn't it be better to just handle these transitions carefully? jQuery is full of plugins for this, as well as other frameworks. I'm now starting to use www.asual.com/jquery/address/ - seems pretty good.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question