What if you wanted to redirect a page to another one? The answer is simple: insert this script into the <head>:
<meta http-equiv="refresh" content="5; url=http://myWebPage.htm">
"Content" is the number of seconds to wait before the page is refreshed to the value in "url".
-JN





