Jump to content

can someone help with some password issues


Guest maleficus

Recommended Posts

Guest maleficus

hi can someone help me to do my password input so that it checks the password is correct and lets you on to the next page, and if it's incorrect it obviously doesn't allow you access.here is my password input so far:<form name="password input" method="post" action="welldone.html"><!--Note that when you type characters in a password field, the browser displays asterisks or bullets instead of the characters.//-->Enter the password to proceed.<br><br><input name="pwd1" type="password" maxlength="5"><input type="submit" value="submit">thanks in advance.

Link to comment
Share on other sites

you're gonna need a server side language like php, asp, or cold fusion to do this. which one does your web server support? And you can, but is pointless to, do this in javascript.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...