The function calls from the value typed into the text box that is named "pass1". The input type for the text box is "password". It decides if it is correct and takes you to the next page, or will say that it is incorrect.
function passPro()
{
if ("password"!=pass1.value)
{
// if value is...
Hey Everyone,
I'm new to Tek-Tips, so please bear with me.
I'm trying to create a website for my work while teaching myself how to do this. I have gotten almost everything done, but I'm having troubles with my JavaScript. I am using a JavaScript function as a way to validate a password...
Hey Everyone,
I'm trying to create a website for my work while teaching myself how to do this. I have gotten almost everything done, but I'm having troubles with my JavaScript. I am using a JavaScript function as a way to validate a password received from a form. I've been told this isn't the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.