About 613,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

    However, this is not the only possible meaning of "refresh", and it may be preferred in a specific circumstance. What this code does is get new and updated content to the page. It does this by …

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

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

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

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

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

  8. Redirect/Refresh Page Using Dynamic Action - Oracle Apex 21.1

    Sep 15, 2021 · The Step 3 dialog (Page 12) to close The parent page, User Main, (Page 7) to redirect/reload passing in the new username to populate the underlying reports on Page 7 for …

  9. How to Refresh a Component in Angular - Stack Overflow

    Dec 14, 2017 · I'm struggling with refresh action in a component. I would like to refresh the router's components on button click. I have refresh button when I click on it the …

  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 …