automatic reload for a website with html ?
Community Forums/General Help/automatic reload for a website with html ?| 
 | ||
| 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 | 
| 
 | ||
| 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). | 
| 
 | ||
| great ! thx |