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

    Sep 15, 2010 · 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

    How do I refresh a page using JavaScript? There are multiple unlimited ways to refresh a page with JavaScript: location.reload() history.go(0) location.href = location.href location.href = …

  3. javascript - Auto refresh page every 30 seconds - Stack Overflow

    Feb 1, 2017 · 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 page? …

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

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

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

  6. 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, JavaScript, CSS,...

  7. How do I programmatically refresh a browser - Stack Overflow

    Nov 14, 2012 · The Viewer is always at all time running a web browser, displaying the picture page. My problem now is that even though the picture changes on the server disk, the webpage is not …

  8. javascript - What’s the best way to reload / refresh an iframe? - Stack ...

    I would like to reload an <iframe> using JavaScript. The best way I found until now was set the iframe’s src attribute to itself, but this isn’t very clean. Any ideas?

  9. javascript - Append to URL and refresh page - Stack Overflow

    May 13, 2011 · I am looking to write a piece of javascript that will append a parameter to the current URL and then refresh the page - how can I do this?

  10. javascript - How to reload a page after the OK click on the Alert Page ...

    Jun 6, 2013 · I need to reload the page after the OK button is clicked on the Alert box. I am using the following code for it alert ("Successful Message"); window.location.reload (); But the window is reloaded