About 232,000 results
Open links in new tab
  1. html - How to clear history of text input - Stack Overflow

    Jul 23, 2013 · This Stack Overflow thread discusses methods to clear the history of text input in HTML forms.

  2. How can I delete a window.history state? - Stack Overflow

    Jan 28, 2023 · Using the HTML5 window.history API, I can control the navigation pretty well on my web app. The app currently has two states: selectDate (1) and enterDetails (2). When the …

  3. javascript - history.replaceState () example? - Stack Overflow

    Oct 11, 2012 · Can any one give a working example for history.replaceState? This is what w3.org says: history.replaceState(data, title [, url ] ) Updates the current entry in the session history to …

  4. javascript - How to make an HTML back link? - Stack Overflow

    Jan 11, 2012 · Learn how to create an HTML back link using JavaScript and navigate to the previous page with ease.

  5. html - Onclick javascript to make browser go back to previous …

    Nov 9, 2011 · The window.history object can be written without the window prefix, that's why history.back (), history.go (-1) & window.history.back () will do the same. but if we want to go …

  6. html - Where to find cached files of previously visited web pages ...

    I am trying to retrieve the HTML files from visited web pages while surfing with Google Chrome. It should have been on the hard disk at some point, so it can be visualized, but I do not know …

  7. How to clear browsing history using JavaScript? - Stack Overflow

    Nov 18, 2013 · 40 Can you try using document.location.replace() it is used to clear the last entry in the history and replace it with the address of a new url. replace() removes the URL of the …

  8. How to get the previous URL in JavaScript? - Stack Overflow

    Aug 20, 2010 · 0 Javascript can execute history.back() but there is no return value and cannot be reacted upon, and the browser just goes back one page in its session history. You cannot infer …

  9. Access my entire browsing history via Javascript

    First note the distinction between session history, which can be accessed via History and window.history, and the overall browser history (in FF this is known as part of the library and …

  10. Clear html history created by pushState on refresh

    Apr 9, 2014 · Clear html history created by pushState on refresh Asked 11 years, 6 months ago Modified 5 years, 9 months ago Viewed 37k times