About 50 results
Open links in new tab
  1. javascript - Go back button in a page - Stack Overflow

    Sep 22, 2014 · Possible Duplicate: Go Back to Previous Page get back to previous page How to get the previous page in javascript coding. Go to the previous page when click that back button.

  2. javascript - get back to previous page - Stack Overflow

    Jun 3, 2010 · Discover how to navigate back to the previous page using JavaScript methods and techniques discussed in this Stack Overflow thread.

  3. javascript - How to Detect Browser Back Button event - Cross Browser ...

    Jul 8, 2016 · How do you definitively detect whether or not the user has pressed the back button in the browser? How do you enforce the use of an in-page back button inside a single page web application …

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

    Sep 25, 2008 · 66 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 is not …

  5. 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.

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

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

  7. JavaScript or jQuery browser back button click detector

    Mar 29, 2016 · 17 In javascript, navigation type 2 means browser's back or forward button clicked and the browser is actually taking content from cache.

  8. javascript - Browser back button handling - Stack Overflow

    Jan 27, 2013 · I am trying to handle browser back button event but i could not find any solution. I want to ask user if he clicks on browser back button using "confirm box" if he chooses ok i have to allow back

  9. Javascript : Change the function of the browser's back button

    Sep 22, 2009 · Is there a way to make the user's back button on their browser, call a javascript function instead of going back a page?

  10. javascript - Detect back button click in browser - Stack Overflow

    Jun 15, 2011 · // Handle the back (or forward) buttons here // Will NOT handle refresh, use onbeforeunload for this. }; } It works, but I have to create a cookie in Chrome to detect that I'm on the …