Facebook sdk script does not load when I press on IE7 refresh button, but it's loads when I press enter. How diferent it's works? P.S. it works nice on Mozilla.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Pressing the refresh button resubmits the last request sent by the browser, whereas pressing return in the URL bar submits a GET request for the specified URL. So sometimes they will do the same thing, but sometimes not, for example if the last request was a POST. |
|||||
|