Hi mcm_ham
Thank you for your kindness it solve my problem.. this is great code for client side validation.
Thanks
Moises B. Bas
From: [email removed]
To: [email removed]
Date: Mon, 8 Oct 2012 01:06:13 -0700
Subject: Re: Validation for string length [validator:397255]
From: mcm_ham
Thank you for your kindness it solve my problem.. this is great code for client side validation.
Thanks
Moises B. Bas
From: [email removed]
To: [email removed]
Date: Mon, 8 Oct 2012 01:06:13 -0700
Subject: Re: Validation for string length [validator:397255]
From: mcm_ham
Does something like this help?
| New Password: | <input id="newpassword" type="password" validate="customValidatorGroupName" customFn="this.length>= 6;" custom="Invalid password, the password must be 6 characters or longer." /> |
| <input type="submit" value="Submit" onclick="return validate('customValidatorGroupName');"> |