To do what you want you will have to make your intro page index.htm and then link to another page.
To have it automatically open the next page use a meta refresh tag between the head tags in the page.
<META HTTP-EQUIV=Refresh CONTENT="10; URL=nextpage.htm">
Will open the next page in 10 seconds.
--
Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm
"Roadfiz" <(E-Mail Removed)> wrote in message
news:2BB1AFC7-C56B-43E7-824F-(E-Mail Removed)...
>I want to create an announcement page that displays before the Index page
> displays. I thought that was called a 'flash intro' but that only seems to
> deal with movies. I want to have text and possibly photos. I'm using FP2003.
> This page is going to tell of special offers and the like. I would like to be
> able to time how long it would run before the index page displays and also a
> 'bypass' button.
>
> Thanks