PDA

View Full Version : How can I make an auto- refresh?


wert
11-14-2002, 10:57 PM
Hi, there is an option in the internet explorer 6 that checs for a newer version of the storaged pages every visit to the page,
Is there any way to do it with JS??
I mean an function, or something?

thnx

chrismiceli
11-15-2002, 12:13 AM
if you want the client to know if you updated your page since last time then you can just make a cookie with a last updated time and read it to see if there version is in date, if this is not what you want please elaborate more.

whammy
11-15-2002, 12:28 AM
Actually if you scroll a few posts down, this question was just answered... yesterday at the latest, but I think today. :)

Here it is:

http://www.codingforums.com/showthread.php?s=&threadid=9767

You should usually do a search of the forums before posting, since most common questions have already been answered.

:)