Forums

This topic is locked

Auto Refesh Page??

Posted 24 Aug 2001 18:03:41
1
has voted
24 Aug 2001 18:03:41 Andrew Watson posted:
How do i automatically refresh a page every X seconds????

TIA

Andrew Watson

Replies

Replied 24 Aug 2001 19:12:19
24 Aug 2001 19:12:19 Keith Slater replied:
Thats actually a meta refresh use this tag:

<meta http-equiv="refresh" content="5;URL=yoururl.com">

5 is how many second untill refresh and replace yoururl.com with your url.
Your going to want to put this line before the </head> command but after the </title>

So it'll look like this:

<html>
<head>
<title></title>
<b>&lt;meta http-equiv="refresh" content="5;URL=yoururl.com"&gt;</b>
&lt;/head&gt;

&lt;body&gt;

&lt;/body&gt;
&lt;/html&gt;

Keith Slater

Reply to this topic