Javascript - Username And Password Validation In Html - Stack Overflow
javascript Redirect page after checking password Stack Overflow
Javascript - Username And Password Validation In Html - Stack Overflow. So i have this code: } } your condition part is text1==workshop && text2==workshop.
So i have this code: } } your condition part is text1==workshop && text2==workshop. You cannot do this only with js. At least 10 characters (and up to 30 characters) 5 or more unique characters; Password cannot contain email or any part of your name Let's look to your first function: Uppercase, lowercase, numeric, or special characters. At least 3 of the following: Function validate (text1,text2) { if (text1==workshop && text2==workshop) load (run.html); The allowed special characters are ~ !
I have this simple problem that i don't know what did i do wrong. You cannot do this only with js. Function validateform() { var validation = true; At least 10 characters (and up to 30 characters) 5 or more unique characters; You have to build a server side (e.g. Function validate (text1,text2) { if (text1==workshop && text2==workshop) load (run.html); Let's look to your first function: The variables text1 and text2 is known (passed by the function as argument). So i have this code: At least 3 of the following: } } your condition part is text1==workshop && text2==workshop.