Help with HTML - creating user access

D.Schott

Junior Member
Dec 3, 1999
7
0
0
:confused:

I am having difficulty in finding the html coding for adapting a web page for user access. I want to be able to have people connect to a page, and then be able to enter a password to proceed. Can anyone direct me to the html coding for this that I could include in my page, or a program that will do it for me. Thanks!

dschott@dnc.net
 

perry

Diamond Member
Apr 7, 2000
4,018
1
0
Explain a little more. Do you need a bunch of users? Or just one user/password combination? Or just a password? How secure do you need it to be -- a simple javascript check, or an encrypted password? Is the server Unix or NT? Do you have telnet access?
 

Dameon

Banned
Oct 11, 1999
2,117
1
0
yeah, this is alot more complex than you might think. You can have very simple password setups or go for something grandiose... just what level of protection are you needing?
 

D.Schott

Junior Member
Dec 3, 1999
7
0
0
I only need one user and password combination that I can give out to various people accessing the page. The isp host I am using, is based on a NT operating system (at least that what it says when you connect to the ftp server). I don't need real heavy encryption; just something that will limit user access to those I select and give the loging information to. Thanks for the reply.