PDA

View Full Version : Adding auto refresh to webpages...


RainMaQer
02-19-02, 05:01 PM
How do I add an auto refresh to my pages? I want the page to be new everytime some one checks a page OR expire after a certain period of time. Thanks guys :D

RainMaQer
02-19-02, 09:16 PM
Got another question too... how do I make it so when some one clicks on a link... it opens a browser window for it?

*Nevermind... figured out how to do the new window :D *

XWRed1
02-20-02, 02:36 PM
You could write a Javascript to reload the page every so often.

RainMaQer
02-20-02, 02:39 PM
Got it covered for now... used meta tags so the pages aren't cache'd :D More or less has the effect I was goin for. Thanks.