Top "Browser-history" questions

Browser history refers to the list of web pages a user has visited recently—and associated data such as page title and time of visit—which is recorded by web browser software as standard for a certain period of time.

How to clear browsing history using JavaScript?

I am doing a simple project, let us take high secure website. I have 5 different JSP pages. If I started …

javascript browser-history
onclick="javascript:history.go(-1)" not working in Chrome

This code works fine in FF, it takes the user back to the previous page, but not in Chrome: <…

javascript google-chrome hyperlink browser-history
JS - window.history - Delete a state

Using the html5 window.history API, I can control the navigation pretty well on my web app. The app currently …

javascript html browser-history
How to get notified about changes of the history via history.pushState?

So now that HTML5 introduces history.pushState to change the browsers history, websites start using this in combination with Ajax …

javascript firefox-addon browser-history pushstate
How to access Google Chrome browser history programmatically on local machine

I want to write a simple program which shows my internet activity over a period of time (which site I …

google-chrome browser-history
Android read browser history

I want to read browser history in Android phone. I have done some document reading, then I come to know …

android browser browser-history
Prevent user from seeing previously visited secured page after logout

I have the requirement that the end user should not be able to go back to the restricted page after …

jsp servlets logout back-button browser-history
How do i pass state through React_router?

Here is the file that's causing me trouble: var Routers = React.createClass({ getInitialState: function(){ return{ userName: "", relatives: [] } }, userLoggedIn: function(userName, …

reactjs react-router browser-history
Intercepting call to the back button in my AJAX application

I have an AJAX app. A user clicks a button, and the page's display changes. They click the back button, …

javascript ajax cross-browser browser-history
get back to previous page

just i want to make back button in my site. once i click the button it need to take the …

javascript jquery browser-history