Password Pages

O

Oscar Hdez

Hi.

Any idea on how to make a password/enter page which could
guide different users to their respective pages according
to their passwords. Thanks in advance.

Oscar.
 
C

carmen

Oscar:

This is best done using ASP pages and in conjunction with
a database against which you may authenticate your
permitted users' ID. Here's a simple one:
http://www.4guysfromrolla.com/webtech/050499-1.shtml

The method makes reference to a database connection, but
doesn't show an example. If you want to see an example of
one using an Access database, email me and I'll send over
sample code.
 
N

Nick

I to have the same question as you Oscar. I need
something kinda like what the e-mail accounts have. where
people input their username and password into a field and
get to their personal pages or in my case database results
page. I looked at Tom Pepper Willets' post as well as
Carmen's post, I understand them however they don't seem
to apply to what Oscar and myself are wanting to implement
the code into. I hope it doesn't sound like I have any
solutions but if it does im sorry I don't. I will keep
looking for a solution but will check back here for future
posts. Thank you for your help.

P. S. it's nice to know that im not the only one with the
same problem.
 
H

Holstein

If you email me specific info I can build this for you in
ASP. and you can copy the code into your website. I'm
learning ASP and would like the challenge and experience.
 
Top