Automatic Refresh

  • Thread starter Thread starter Grady
  • Start date Start date
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...
 
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...
 
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....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top