PDA

Click to See Complete Forum and Search --> : Browser's back button


bubba
Mar 21st, 2001, 03:21 PM
Anybody know how to refresh a previously visited page automatically when the user uses the browsers' back button to revisit the page?

compuGEEK
Mar 21st, 2001, 03:27 PM
You could use a meta tag:


<META HTTP-EQUIV="Refresh" content="1;URL=http://www.mywebsite.com/mypage.html">


CG