Possible Duplicate:
History.Back with refresh
I have an input button that I have assigned with onclick="history.back()" .
Is there a way to use this but force the previous page to be refreshed?
I want it to work in FF and IE8
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.
Depending on what exactly you need, here is a fix which needs some more preparation at first, but should work:
Now when you navigate back to this site, either via your button or the browser’s back button, the onload handler will fire, check the date and reload the page if necessary.
client side pseudo code: