You may also want to include a text link to the page in case your visitor's
browser does not support the 'refresh'.
--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
http://www.spiderwebwoman.com/resources/
Steve H <(E-Mail Removed)> wrote:
> Yes, here's the code. Just change the "1; to a new number
> of seconds. "5; will be five seconds. Place the code
> between the Head tags:
>
> <head>
> <title> </title>
> <meta http-equiv="Refresh" content="1;URL=../newpage.htm">
> </head>
>
> Steve H
>
>> -----Original Message-----
>> Is there an easy way to automatically redirect from one
>> page to another after "x" amount of seconds elapsed?
>> .