Top "Page-refresh" questions

Questions dealing with causing or preventing the re-rendering of an HTML document by a web browser.

Go back and reload page - one button

I need to go back on previous page and refresh it. I use history.go(-1) but the form on …

javascript reload back page-refresh
Symfony2 form refresh same page after submit

I have a form whose content is created from a DB. in my controller i have: /** * @Route("/HR/manage/{projectID}", …

forms symfony page-refresh
What's the difference between F5 and Ctrl-F5 in Firefox related to JavaScript events?

When you try this public page: http://slim.nl/shop/default.aspx (update: meanwhile this site has changed such that …

javascript ajax firefox page-refresh
How to refresh ASP .NET MVC page when hitting browser back button

I just found that when I click browser back button on any ASP .NET MVC page nothing happens and page …

javascript .net browser asp.net-mvc-5 page-refresh
jQuery form.submit() refreshing page instead of submitting

I'm using .submit() to detect when a form is submitted, but instead of performing its attached function, it's refreshing the …

jquery submit form-submit page-refresh
How to do a forced page refresh using selenium webdriver?

In my automation, at one point I have to refresh the page to get the updated page content. But during …

selenium page-refresh
Automatic web-page refresh using xdotool - not sending key after window focus

Given: I have Firefox with the [Firefox Page Title] page open on my Ubuntu computer. Here is my command: xdotool …

firefox ubuntu automation page-refresh browser-refresh
How to reload current tab from within a chrome extension popup.html?

I am trying to click on a button to refresh the current page from within a chrome extension. (NOTE: The …

javascript jquery html google-chrome-extension page-refresh
Force a page refresh when page visited from back button

How can I force a page refresh of page 1 when a user returns to it from page 2 by pressing the …

javascript html vbscript refresh page-refresh
Refresh BackboneJS on with same URL hash?

My current backbone application has a url: localhost/#users Is there a way to access localhost/#users while at the …

javascript backbone.js page-refresh