About 7,350,000 results
Open links in new tab
  1. History back () Method - W3Schools

    The history.back() method loads the previous URL (page) in the history list. The history.back() method only works if a previous page exists. history.back() is the same as history.go(-1). …

  2. javascript - Windows.history.back () + location.reload () jquery ...

    Oct 15, 2024 · You can't do window.history.back (); and location.reload (); in the same function. window.history.back () breaks the javascript flow and redirects to previous page, …

  3. How to make browser to go back to previous page using JavaScript ...

    Sep 26, 2024 · The history.back () method is a simpler and more specific way to navigate backward by one step in the session's history. This method automatically takes the browser …

  4. History: back () method - Web APIs | MDN

    Aug 19, 2024 · Learn about the History.back () method, including its syntax, code examples, specifications, and browser compatibility.

  5. JavaScript history Object: A Comprehensive Tutorial

    Oct 7, 2024 · The history object in JavaScript provides powerful methods for interacting with the browser’s session history. Whether you need to navigate back and forth through visited pages …

  6. How do you manipulate window.history using JavaScript?

    The window.history object in JavaScript allows you to interact with the browser's session history, enabling navigation and state management without full page reloads.

  7. JavaScript Window History - W3Schools

    Window History Back The history.back() method loads the previous URL in the history list. This is the same as clicking the Back button in the browser.

  8. javascript - add a parameter with js function window.history.back ...

    Mar 9, 2017 · Using window.history you can modify the user's current history with window.history.replaceState(), but note that this method is only available in modern browsers: …

  9. JavaScript Window History - Tutorial Republic

    You can use the back() method of the History object i.e. history.back() to go back to the previous page in session history. It is same as clicking the browser's back button. …

  10. Window: history property - Web APIs | MDN - MDN Web Docs

    Apr 8, 2023 · The Window.history read-only property returns a reference to the History object, which provides an interface for manipulating the browser session history (pages visited in the …

  11. Some results have been removed
Refresh