About 1,040,000 results
Open links in new tab
  1. How to reload a page using JavaScript - Stack Overflow

    Aug 18, 2021 · How can I reload the page using JavaScript? I need a method that works in all browsers.

  2. How do I refresh a page using JavaScript? - Stack Overflow

    Mar 23, 2011 · The reload() function takes an optional parameter that can be set to true to force a reload from the server rather than the cache. The parameter defaults to false, so by default the …

  3. How to perform a Hard Refresh in Edge? - Super User

    Every time old versions of those files are being loaded. I just want to do a hard refresh and reload everything in Edge - what am I missing to achieve this? This problem doesn't happen in …

  4. Check if page gets reloaded or refreshed in JavaScript

    Aug 14, 2019 · Learn how to check if a webpage gets reloaded or refreshed using JavaScript.

  5. Button that refreshes the page on click - Stack Overflow

    Tested the suggestions and noticed that it needs to be logged in to work. Is impossible to make a button that does a reload on the page even if the user is anonymous?

  6. python - Jupyter autoreload workflow - Stack Overflow

    Jan 28, 2022 · The main functionality of %autoreload is to automatically reload modules, what it does, according to you. You can read about it here, I find it pretty well explained. However, if …

  7. html - Link to reload current page - Stack Overflow

    Is it possible to have a normal link pointing to the current location? I have currently found 2 solutions, but one of them includes JavaScript and in the other you have to know the absolute …

  8. windows - Refresh environment variable - Super User

    Jan 8, 2024 · Essentially, you just need to tell explorer to reload the environment variables. If it is an application that you have developed, such as an installer, ensure that it is calling …

  9. How to Refresh a Component in Angular - Stack Overflow

    Dec 14, 2017 · Just reload some API on the current component (Similar to calling a simple init() function again) Tell angular to re-create all components on the page (Services and data saved …

  10. reload - JavaScript hard refresh of current page - Stack Overflow

    Nov 8, 2017 · How can I force the web browser to do a hard refresh of the page via JavaScript? Hard refresh means getting a fresh copy of the page AND refresh all the external resources …