Password Protected Web Pages

S

Scott

Can you set up frontpage 2002 with a password/username
prompt? How does on do it?
 
C

carmen

Sure, you can make your password system as simple or
complex as you'd like. One of the easiest ways is spelled
out at the following URL, complete with code and simple
instructions:

http://www.dynamicdrive.com/dynamicindex9/password.htm

For something more robust that authenticates against a
database, go to:

http://www.4guysfromrolla.com/webtech/050499-1.shtml

I actually have used the one from 4guysfromrolla, but I
used a DSN connection to an Access database (where all my
usernames and passwords are stored). It took some
experimenting to get the code right, but it works great.
 
C

chris leeds

If you can have the page as an asp page I have a super simple password
protection script I found somewhere. it only requires a password not a user
name and it only allows for one.
what is it you're trying to do exactly?
 
D

David taylor

Hi

Sorry I can't help you with this,but if you find the
answer I would appreciate the information as well

If I find the answer first I will mail you.

Thanks

David Taylor
 

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