About 480,000 results
Open links in new tab
  1. How to Detect Browser Back Button event - Cross Browser

    Jul 8, 2016 · I do this to ensure cross-browser support, as well as support for older browsers. Simply pass the new hash to the function, and it'll store it for you and then change the hash …

  2. browser - Jquery when back button is pressed - Stack Overflow

    Jul 13, 2013 · I have a click that changes things on the page when you click it. I was wondering if there was a way to trigger an effect when you press the back button on the browser

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

    Jan 11, 2012 · A back link is a link that moves the browser backwards one page, as if the user had clicked the Back button available in most browsers. Back links use JavaScript.

  4. Disabling backbutton of browser in C# - Stack Overflow

    Here this JavaScript functionality will work in all browsers and prevent users navigating back to previous page by hitting on browser back button check below piece of JavaScript code

  5. asp.net - Disable browser's back button - Stack Overflow

    As per my understanding, you technically cannot disable the Back button on someone's browser, you can only make it so that the button isn't available or continues to load the same page.

  6. Onclick javascript to make browser go back to previous page?

    Nov 9, 2011 · Is there a function I can attach as a click event of a button to make the browser go back to previous page?

  7. How can I stop the browser back button using JavaScript?

    Feb 7, 2016 · The idea is make the browser to move forward one page in the session history, effectively preventing leaving this page using the back browser button. You do this by invoking …

  8. How to force reloading a page when using browser back button?

    Jun 17, 2017 · I need to somehow detect that the user has pressed a browsers back button and reload the page with refresh (reloading the content and CSS) using jquery. How to detect such …

  9. How does the Back button in a web browser work?

    Jul 5, 2022 · When the browser is looking in the cache, does it checks the expiration date in the header of the server response? I guess that if the page was expired, the browser will send …

  10. Is there a way to catch the back button event in javascript?

    Sep 25, 2008 · Is there a way to respond to the back button being hit (or backspace being pressed) in javascript when only the location hash changes? That is to say when the browser …