Automatically refreshing the browser

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?
 
A

Andrew Murray

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">
 
S

Steve Easton

Generates a lot of hits though.
;-)


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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top