Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Refresh thang 2

Status
Not open for further replies.

gashed99

Technical User
Apr 6, 2001
15
FR
I've made a web site for a local music band.


They asked me to constantly update the web site with their concert dates. The problem I'm having is:

After I've made the updates I upload them to my FTP site but when I view them on the web the pages stay the same, unless you click on the refresh button or delete "temp internet files".
I'm not sure how to write in the html code an automatic refresh function when the page loads?? also the site contains a Flash movie which I don't know how to refresh that too (without deleting "temp internet files")??

If somebody could help with this I'd be most grateful.

JIM There's more in heaven and Earth than dreamed of in our philosophy!
 
JIM

You could insert this META tag, where 'webpage.html' is the name of the page that contains the tag. This will periodically refresh the page for you, in this case every 7 seconds.

Code:
<META content=7;url=webpage.html http-equiv=refresh>

Regards,
TheMonk.

 
If you use the following, it's like the same tag with a date but no caching at all should be possible after that.
Which doesn't mean all proxies respect it...

Code:
<meta http-equiv=&quot;expires&quot; content=&quot;0&quot;>
allow thyself to be the spark that lights the fire
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top