About 1,020,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 reload .bash_profile from the command line - Stack Overflow

    Jan 5, 2011 · How can I reload file .bash_profile from the command line? I can get the shell to recognize changes to .bash_profile by exiting and logging back in, but I would like to be able …

  4. 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 …

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

  6. 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?

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

  8. 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 …

  9. 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 …

  10. 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 …