Refreshing Pages Using Meta Tags
This is used to automatically load another page or refresh the current page at regular intervals.
Typical use is in the creation of a slide show or timed display sequence.
Copy and paste the line below between the <head> and </head> mark-ups of your page, then change the the text in red to meet your own needs.
<meta http-equiv="refresh" content="60 url=/index.htm">
content= is the number of seconds before the next refresh.
url= is the page to be loaded when the time for the refresh arrives.
Note: that all items in the content section are enclosed inside one pair of double quotes only.
The sample pages below are loaded at 2 second intervals.
You can submit your code fragments to us for publication using the feedback page.
Copyright Bygraph Limited, UK