|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (7 bit)
|
Auto-refreshing
Hi,
I have set up my website about a football club. I plan to create a page which auto-refreshes itself in a few minutes or so, updating live scores. I would like to know how I can do this. Thanx! sAlt P.S : I got this idea from http://www.football365.co.uk Last edited by sAlt_sHaKer; 08-26-2001 at 08:49 AM. |
|
|
|
|
|
#2 |
|
Member (13 bit)
Join Date: Jul 2000
Location: Fullerton, CA
Posts: 7,030
|
Hi sAlt_sHaKer,
This is actually pretty easy, just add the following code between your [head] tags. [meta http-equiv="refresh" content="5;url=index.html"] In the above example, 5 is the number of seconds until next refresh, and index.html is the name of the page to refresh (in this case, itself). Also, change the [ to < and ] to > for the code to work properly. Hope that helps.
__________________
"A witty saying proves nothing." - Voltaire |
|
|
|
|
|
#3 |
|
Member (7 bit)
|
gee thanx a mil! I always thought it required some special program embedded within the page... =)
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|