View Full Version : Make a page refresh on its own


Darzeth
11-24-2003, 12:33 AM
Hey everyone I was curious how do i make a page or a single frame itself refresh on its own after a few seconds or to a few minutes. Does anyone know the html or what ever code it is to do that?

kittycat
11-24-2003, 12:51 AM
<meta http-equiv="refresh" content="30">

Change '30' to the number of seconds after you want it to refresh. The code goes between the <head> and </head>

Darzeth
11-24-2003, 12:53 AM
thank you that helps me alot