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

link|improve this question

1  
Not a dup, that guy wanted to do it in IE and I want to do it in all the other browsers... – johnthexiii Aug 25 '11 at 0:34
feedback

closed as exact duplicate by digitxp, Nifle, Gareth, studiohack Nov 10 '11 at 16:14

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 4 down vote accepted

Look here: http://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.

link|improve this answer
Thank you for the answer. – johnthexiii Aug 25 '11 at 0:34
1  
@bfhd would you mind summarize what that SO answer says, that way users don't have to follow the link in order to get an 'answer' – Ivo Flipse Aug 25 '11 at 10:18
okay, all done! – bfhd Aug 25 '11 at 22:51
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.