About 2,780,000 results
Open links in new tab
  1. Button that refreshes the page on click - Stack Overflow

    7 Though the question is for button, but if anyone wants to refresh the page using <a>, you can simply do

  2. What is the easiest way to make your browser refresh a page every say ...

    0 To enable auto refresh in Chrome, download and install the Auto Refresh Plus extension from the Web Store. To integrate the feature in Firefox, download and install Auto Refresh add-on, the one that …

  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 perform a Hard Refresh in Edge? - Super User

    I am viewing a site on localhost in Edge. All I want to do is fully refresh the page and all of its resources (external CSS, external JavaScript, images, fonts, everything that the page links to - I

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

    Jul 30, 2009 · 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 control inside a …

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

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

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

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

  10. javascript - auto refresh for every 5 mins - Stack Overflow

    Nov 6, 2013 · i need to refresh the page for every 5 mins . how to do this . i used sleep () function but ui itself loaded after that sleep () is executed . this me how to reload the page for every 5 mins