Create an intro page

J

Josh

I would like to create an intro page that may have basically has our logo
and then takes the user to the main site in 5 sec or so. what is the best
way to do this?

TIA
Josh
 
G

Guest

Name the intro page default.htm, or index.htm, or whatever your host's server
requries, and then use a "meta refresh" tag to display the home poge for the
main site. For more into on "meta refresh" tags refer to:

Redirecting Web Requests
http://www.interlacken.com/winnt/tips/tipshow.aspx?tip=31

FWIW, I for one *hate* intro pages like the one you're apparently planning.
They waste 5 seconds of my time and tell me nothing.

Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Windows SharePoint Services Inside Out
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
T

Thomas A. Rowe

Also keep in mind you will not be able to use the FP navigation component/view.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
T

Tom Gahagan

and did I not read somewhere in this forum that using flash for this type
intro page can actually hurt your chances with search engines?????

Tom Gahagan
 
S

Steve Easton

fwiw those things drive me nuts.
<imho>
You want the visitor to be viewing your home page in the least amount of time possible.
</imho>

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
J

Josh

My page uses frames and does not seem to be indexed by the search engines
properly. What can I do to fix that and I will forget the intro page.

Josh
 
A

Andrew Murray

use a javascript that refreshes, and takes the user to the new page.

or use the meta tag below.

<meta http-equiv name="refresh" content="5; url="yournewpage.htm">
 
A

Andrew Murray

build the site *without* frames.

If they are used for your title and/or menus etc consider something like
Shared Borders or the Include Page components.
 

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

Top