Refreshing Pages


Perhaps you have seen pages that refresh themselves, or change every few seconds. Here is the magic:
<META HTTP-EQUIV="REFRESH" CONTENT="number;URL=filename">
Where number is the number of seconds to pause before the page is refreshed, and filename is the name of the file to display when the refresh occurs. If no filename is specified, or the filename cannot be found, it will refresh the current page. Do not forget the semicolon after number.

This tag goes in between the <HEAD> tag and the </HEAD> tag.

I see. Can I hear HTML output?


[INDEX] [PREVIOUS] [NEXT PAGE] [CHAPTER 10]

Valid HTML 3.2!