The code is very simple as you can see below.
- Code: Select all
<meta http-equiv="refresh" content="30; url=http://www.GeoSourceCode.com">
This code will force the page to reload the provided URL after 30 seconds. If you want to refresh the same page, then the above code will look like:
- Code: Select all
<meta http-equiv="refresh" content="30">
simple!