About 940,000 results
Open links in new tab
  1. Refresh image with a new one at the same url - Stack Overflow

    Allows you to refresh a particular image without altering the URLs for that image on the current page, or on any other pages, using only client-side code. Cons: Relies on Javascript. Not 100% guaranteed to …

  2. How to redirect one HTML page to another on load

    Learn how to redirect an HTML page to another on load using JavaScript, meta tags, or server-side techniques.

  3. React-router URLs don't work when refreshing or writing manually

    Apr 30, 2017 · Now routing works correctly and I can refresh the page or type in the URL directly. There isn't any need to worry about workarounds on your Node.js server. This answer obviously only works …

  4. How to force browsers to reload cached CSS and JS files?

    Learn how to force browsers to reload cached CSS and JS files effectively using various techniques and methods.

  5. How to reload a page using JavaScript - Stack Overflow

    How can I reload the page using JavaScript? I need a method that works in all browsers.

  6. 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 action via …

  7. Auto refresh a webpage on content update only - Stack Overflow

    Oct 30, 2013 · 4 I have created a webpage on my website which gets content updates every 1-60 mins (random/varies) and at first I made the webpage auto refresh using:

  8. Refresh a page automatically from the Browser console

    Dec 11, 2023 · I have never really used the browser console before, so I don't really know what it is capable of doing. How do I force/initiate an automatic refresh on a page from the browser console? …

  9. How can I force a hard reload in Chrome for Android

    Sep 2, 2013 · This is a duplicate of How to refresh a web page in Chrome (Ctrl+F5 analogue) on a device without menu button? on Android.SE.

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

    I need a button that will refresh the page on the user's click. I tried this: