Please help me with a login problem

N

Nathan

I made a login page for my web site so that users can login to it.
But i dont no how to make a root file for it.
how do i do that?

the from is :

Username:

Password:
 
J

Jim Buyens

If you created your own login page, I presume you have
code in each secured page (or have some other mechanism)
that tests whether the visitor is logged in or not.
Usually, that code throws any visitors who haven't logged
in to the login page. So, that's one way for visitors to
get there.

The other is simply to provide a link from your home page.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| 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)
|/---------------------------------------------------
*----------------------------------------------------
 
Top