About 31,500,000 results
Open links in new tab
  1. 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:

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

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

  4. html - Link to reload current page - Stack Overflow

    This gives you a button that refreshes the current page. It is a bit annoying because if the user presses the browser refresh button, they will get a do you want to resubmit the form message.

  5. Apex Oracle: How to refresh Page Item? - Stack Overflow

    May 15, 2020 · But, of course, that means the page will be re-rendered/re-loaded which is what you're trying to avoid. Also, it's not possible to set the page property to Reload on Submit if …

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

  7. How do I refresh the page in ASP.NET? (Let it reload itself by code)

    Mar 27, 2025 · How do I refresh a page in ASP.NET? (Let it reload itself by code) I'd rather not use Response.Redirect () because I don't know the page I will be on, as it's inside a user …

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

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

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

  10. Refresh Page and Keep Scroll Position - Stack Overflow

    Jul 15, 2013 · Can someone show me what I'm doing wrong? I need my page to refresh after a certain period of time, but it refreshes to the top of the page, I need it to not change the page …