Automatically refreshing the browser

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to ensure that whenever a person visits my site that they always
get the most recent version of the web page. I have placed the following
code into my pages:
<meta http-equiv="Pragma" content="no-cache">

Will this ensure that ALL browser types will refresh?
 
bond said:
I would like to ensure that whenever a person visits my site that they
always
get the most recent version of the web page. I have placed the following
code into my pages:
<meta http-equiv="Pragma" content="no-cache">

Will this ensure that ALL browser types will refresh?
NO, try http-equiv="REFRESH" content="5; url=yourpage.htm">
 
Generates a lot of hits though.
;-)


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
Back
Top