automatic forwarding to a linked site

  • Thread starter Thread starter Rob Tuttle
  • Start date Start date
R

Rob Tuttle

Hello. Is there a way to setup an automatic link, so
that when a visitor accesses a specific page they will
automatically be forwarded to another specific linked URL
either immediately or after a specified amount of time?
I want to track access to linked pages/sites in Frontpage
reporting.
Thanks,
 
answered below ("in line")...


Lawrence said:
Use this command in your HTML

<meta http-equiv="Refresh" Content="10; URL=http://www.otherpage.html">

10 is the time delay in this string you can use lower for less time.

----> in seconds, so 10 means 10 seconds, 2 means 2 seconds, etc. From a
search engine standpoint, 10 seconds is usually recommended as the
minimum and there is at least one search engine (I forget which one at
the moment but I think I can dig it up if anyone cares) which in the
past (and perhaps still) used to consider anything less than 30 seconds
a deception strategy...
 

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