In Front Page 2000 how can I make a 6 - 8 second delay

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to have a 6 to 8 second delay on the home page which has several links
on it. The delay will point to another page when someone types in the
alternate web page and is initially directed to the home page. How do I set
this up? I understand that a few second delay can be set so the inquiry
doesn't have to click the link. They will automatically be redirected to the
website they requested. Is this possible?
 
A normal page redirect is done in the HEAD section (after say 10 seconds)as
<meta http-equiv="Refresh" content="10; URL=path/filename.htm">
or
<meta http-equiv="Refresh" content="10; URL=http://www.thesite.com/">

But you are unclear about how you want to know where to redirect
--




| I need to have a 6 to 8 second delay on the home page which has several links
| on it. The delay will point to another page when someone types in the
| alternate web page and is initially directed to the home page. How do I set
| this up? I understand that a few second delay can be set so the inquiry
| doesn't have to click the link. They will automatically be redirected to the
| website they requested. Is this possible?
 

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