About 603,000 results
Open links in new tab
  1. Auto refresh page every 30 seconds - Stack Overflow

    Oct 3, 2015 · Is it a good idea to have a javascript function that would refresh the page every 30 seconds or so? Are there any ramifications for having a script that is constantly refreshing a …

  2. 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:

  3. JavaScript hard refresh of current page - Stack Overflow

    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 (images, …

  4. Refresh a page using JavaScript or HTML - Stack Overflow

    Mar 14, 2011 · How can I refresh a page using JavaScript or HTML?

  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. Refresh a page using PHP - Stack Overflow

    Sep 12, 2012 · How can I refresh a page using PHP periodically? If I can not do it by PHP, what is the best recommended scenario?

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

    The URL is "", which means this page. Note that this may not be what the asker meant by "refresh". Generally, in common usage, that term refers to reloading the page in the way that …

  8. html - Refresh a local web page using Python - Stack Overflow

    If the information changes, I rewrite the local html file and would like to reload the displayed page. The problem is that webbrowser.open opens a new tab in my browser every time I run it. How …

  9. javascript - How to automatically reload a page after a given …

    Jan 13, 2015 · How can I automatically reload a webpage, if there have been no activity on the page for a given period of time?

  10. How to force a browser to refresh a cached version of a webpage

    Jul 30, 2009 · The browser just loads the HTML from cache. This website is about to get a major update, and I would like for users to be able to see it. Is there a way for me to force a user to …