Wednesday 27 February 2008

HTTP Refresh

This is the syntax used automatically refresh a current page:

meta equiv="refresh" content="600"

content="600" - Time to refresh in seconds.

If you want to redirect to another page try this:

meta equiv="refresh" content="600;url=http://webdesign.about.com"

No comments: