Default to home page

C

Centaur

Hi all

In making web pages other than the home page index.htm is there any way of
putting code in all the other pages so that if someone enters the site other
than by the home page, it automatically opens the home page, so that
navigation can start from there.

Thank you, to all who reply in anticipation.

Centaur
 
M

MD Websunlimited

Hi Centaur,

Yes through the use of a cookie you could insure that the visitor first goes to the home page. If you use J-Bots you could use the
Set Cookie Value on the home page then use Cookie Redirect on all the other page to direct back to the home if the home page cookie
is not found.

http://www.websunlimited.com/order/product/Cookie/Cookie_help_dir.htm


--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
J-Bots Plus 2002 87 components for FrontPage
http://www.websunlimited.com/order/Product/JBP2002/jbp_help_dir.htm
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
 
S

Stefan B Rusynko

Use a JavaScript referrer
See http://javascript.internet.com/user-details/referrer-redirect.html




| Hi all
|
| In making web pages other than the home page index.htm is there any way of
| putting code in all the other pages so that if someone enters the site other
| than by the home page, it automatically opens the home page, so that
| navigation can start from there.
|
| Thank you, to all who reply in anticipation.
|
| Centaur
|
|
 
Top