How to add a login/password screen to a web page

M

Mike

I am designing a web page that needs to be open to everyone except for a few
pages. If someone clicks a link that leads to one of the restricted pages, I
want then to be prompted with a login dialog box for a username and password.
My hosting site has frontpage extensions enabled.

I need to know:
1) how to create the login screen; and
2) how to manage the username and passwords for people that need to have
access

Thanks...
Mike
 
A

Andrew Murray

if you have ASP, then this one works for me;
http://www.webwizguide.info/asp/sample_scripts/database_login_script.asp as
long as it isn't senstive information you're protecting, uses Access 97 or
Access 2000 databases for password list.

Basic in the respect that it has no self-signup or "forget password"
routines, or "change password" stuff. Is "LinkWare" where you have to
maintain a link back to the author's site. All is explained at the site.

You can probably run it from a secure site (https://) if need be.
 
M

MikeR

Andrew -
Are you suggesting that these 2 versions of Access are less secure? Or Access itself?
What's that based on?
MikeR 1st
 
Top