Anybody know how to refresh a previously visited page automatically when the user uses the browsers' back button to revisit the page?
Printable View
Anybody know how to refresh a previously visited page automatically when the user uses the browsers' back button to revisit the page?
You could use a meta tag:
CGCode:<META HTTP-EQUIV="Refresh" content="1;URL=http://www.mywebsite.com/mypage.html">