javascript security problem
date posted 11th January 2001 12:56
I have a three security text boxes, username, password and verify password.
At present I have it so as if you miss a field an error comes up and also if
the password and verify password don't match, an error message appears. I
also want it so as you have to enter 7 characters or less. I have entered the
script below. The first two functions work but not the enter over 7
characters function. Does anyone know why this is?
much appreciated!
Rob