automatic reload for a website with html ?

Community Forums/General Help/automatic reload for a website with html ?

Panno(Posted 2009) [#1]
is it possible to create a websitecode for automatic reload the same
website after a few seconds ?
can html do this ? no browser plugins please

mfg


GfK(Posted 2009) [#2]
Put this within the HEAD tags:
<META HTTP-EQUIV="refresh" content="5;URL=http://www.blitzbasic.com/">
(this example will forward after a five second delay).


Panno(Posted 2009) [#3]
great ! thx