Jun 6, 2002 #1 Tread42 MIS Feb 5, 2002 151 US Is there a way to refresh a page so you are positive visitors are seeing the most recent version upon each visit? Regards, Tread42
Is there a way to refresh a page so you are positive visitors are seeing the most recent version upon each visit? Regards, Tread42
Jun 6, 2002 #2 cian Technical User Oct 11, 2001 1,383 Just put this into the head section of your document: <meta http-equiv="refresh" content="5"> Change the 5 (seconds) to whatever you want. É http://www.endamcg.com/finland-gaa Upvote 0 Downvote
Just put this into the head section of your document: <meta http-equiv="refresh" content="5"> Change the 5 (seconds) to whatever you want. É http://www.endamcg.com/finland-gaa
Jun 6, 2002 #3 NEVERSLEEP Programmer Apr 14, 2002 667 CA u could place <meta HTTP-EQUIV="Pragma" CONTENT="no-cache"> in your pages force refresh --------------------------------------- someone knowledge ends where someone else knowledge starts Upvote 0 Downvote
u could place <meta HTTP-EQUIV="Pragma" CONTENT="no-cache"> in your pages force refresh --------------------------------------- someone knowledge ends where someone else knowledge starts
Jun 26, 2002 #4 mvas457 Programmer Apr 4, 2001 33 US This will also work: <META HTTP-EQUIV="Expires" CONTENT="Tue, 04 Dec 1993 21:29:02 GMT"> Upvote 0 Downvote
This will also work: <META HTTP-EQUIV="Expires" CONTENT="Tue, 04 Dec 1993 21:29:02 GMT">