2

Possible Duplicate:
How to force Internet Explorer (IE) to REALLY reload the page?
Does holding down Ctrl/Shift while clicking refresh actually have an effect in modern browsers?

I don't like IE in general however when you hold control and click the reload button it completely reloads the webpage. Pulls it from the source if you will. Is there a way to do this with Firefox and Chrome... extensions, addons, whatever...

John
  • 1,215

1 Answers1

4

Look here: https://stackoverflow.com/questions/385367/what-requests-do-browsers-f5-and-ctrl-f5-refreshes-generate

It has a pretty detailed description of what a refresh vs a shift-refresh does.

Firefox and Chrome should be pretty much the same as IE in this regard.

From the above link:

Generally speaking:

F5 may give you the same page even if the content is changed, because it may load the page from cache. But Ctrl-F5 forces a cache refresh, and will guarantee that if the content is changed, you will get the new content.

bfhd
  • 2,477
  • 19
  • 23