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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.