Password

G

Guest

I've used the password feature in setting up a text box with a submit button
next to it. The idea was to require the visitor to be required to use a
certain number of letters, no numbers, no more/no less etc. in order to be
able to click the SUBMIT
button to gain access to the next page (actually the page below the one
requesting
the "password".

Doesn't seem to work. Any thoughts?
I simply want to limit access to a specific page on the website.
 
D

David Berry

What's the URL so we can take a look? Are you using Validation on the form
fields? For password protection see the following:

Password Protect Part of a Web: (Requires FrontPage extensions on
server, and host must support subwebs with unique permissions)
http://support.microsoft.com/default.aspx?scid=kb;en-us;301554 (FP2000)
http://support.microsoft.com/default.aspx?scid=kb;en-us;825451 (FP2003)

Protect individual pages: (Requires Windows Server with support for ASP
and Access database)
http://support.microsoft.com/default.aspx?scid=kb;en-us;825498


See http://support.microsoft.com/default.aspx?scid=kb;en-us;825451
Your host will have to support subwebs and unique permissions under the FP
Server Extensions

For another sample of using a database and ASP See
http://www.kamath.com/tutorials/tut003_auth.asp
 
R

Ronx

For a password field do not place any validation on it other than
Required or Minimum length 1 character. The fewer clues as to what the
password is the better.
 

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