I put this code into the head:

<meta http-equiv="refresh" content="60; URL=http://homepage.com">

and it causes the page to refresh JUST ONCE after 60 seconds, without
crashing the page.

We are making progress.

How do I adjust the code so the page refreshes CONTINUOUSLY AFTER EVERY 60
seconds?

Re: need one last adjustment to code by Kathleen

Kathleen
Sat May 03 07:25:42 CDT 2008

I created a test page locally and set it to refresh every 6 seconds with
this code:

<meta http-equiv="refresh" content="6;
URL=http://localhost/drwpaging/test_refresh.htm">

and it worked.

Can you post the URL of the page where you did this?

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
Expression Web Resources: http://www.spiderwebwoman.com/xweb/
FrontPage Resources: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others


"dj001" <dj001@discussions.microsoft.com> wrote in message
news:60C64DA0-08EB-40FA-8A38-6B4E3D4A408A@microsoft.com...
>I put this code into the head:
>
> <meta http-equiv="refresh" content="60; URL=http://homepage.com">
>
> and it causes the page to refresh JUST ONCE after 60 seconds, without
> crashing the page.
>
> We are making progress.
>
> How do I adjust the code so the page refreshes CONTINUOUSLY AFTER EVERY 60
> seconds?



Re: need one last adjustment to code by Steve

Steve
Sat May 03 08:47:23 CDT 2008

Try it without the URL
<meta http-equiv="refresh" content="60">


--

Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm


"dj001" <dj001@discussions.microsoft.com> wrote in message
news:60C64DA0-08EB-40FA-8A38-6B4E3D4A408A@microsoft.com...
>I put this code into the head:
>
> <meta http-equiv="refresh" content="60; URL=http://homepage.com">
>
> and it causes the page to refresh JUST ONCE after 60 seconds, without
> crashing the page.
>
> We are making progress.
>
> How do I adjust the code so the page refreshes CONTINUOUSLY AFTER EVERY 60
> seconds?