How do I have 1 page display and then go to another page automati.

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

Guest

I am trying to have one page display for a few seconds and then be
automatically re-directed to another page within the website. I guess similar
to a Splash Screen in Access. Any insight as to whether Frontpage 2003 has
this capability would be greatly appreciated. Thanks.
 
That effect is easy to perform in FP. Do this:

1. In FP, open the page that you want to appear before
another page appears.
2. Click on the Code button.
3. After the <head> tag, insert the following code:
<meta http-equiv="Refresh" content="5;URL=newpage.htm">
4. Change newpage.htm to the page you want the page to go to.
5. Change the 5 to a number of seconds you want the page to
remain visible before it changes to newpage.htm.
 

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