|
Our
package includes the following:
- checkpassword.asp
- ASP Page that includes all the validating functions.
-
default.htm
- HTML login page
-
Access2000
database
How
to configure the login protection - step by step:
- Open
the database and add the usernames and passwords that are
needed.
- Add
the following statement at the head of every protected page:
<!--#INCLUDE FILE = "checkpassword.asp"-->
(please note, if the protected page is an HTML page you will
need to rename its extension to asp)
- In
default.htm place the name of the first page to appear after
logging:
<form action="filename.htm">

Easy
and simple - see
our demo
|