Automatic Refresh

G

Grady

A couple years ago I set up my webpage to automatically
refresh every 60 seconds. Unfortunately, I do not remember
the tags or code I used- nor could I find anything
suspicious while looking in FR2003, code-view.

Anyone out here give me a clue on what to look for-- and
how to remove this annoying "feature?"

Thanks in advance...
 
D

David Baxter

There's more than one way to do this.

Look in the <HEAD> section fir a line that looks something like this:
<META HTTP-EQUIV="REFRESH"
CONTENT="60; URL=http://www.yoursite.com/page.htm">

If that's not it, look in your scripts - if you can't find it, post the
script(s) here...
 
G

Grady

Thanks for your help--I just did a simple FIND (search)
for "refresh" and there it was:
<META HTTP-EQUIV="refresh" CONTENT=300>

Don't know how I missed it! Thanks for your help

Onward....
 
Top