About 1,030,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

    Jun 18, 2022 · 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. 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. 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 …

  6. How to reload a page in Angular 8 the proper way - Stack Overflow

    Jan 1, 2020 · Update First of all doing window.location.reload() is totally against of Single-Page-Application nature. rather, You can reload particular component when actually clicking on that …

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

  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. How to reload the page by emptying cache in Google Chrome?

    1 On Windows Ctrl + F5 for hard reload, and just F5 for reload. On Mac ⇧ + ⌘ + R for hard reload and ⌘ + R for reload. hard reload clears the stored cache for that page. If you're interested in …

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