chapter 3 validate form.
I have this working fine, however in my form I have two fields that I need to compare making sure they are the same (password and repeat password).
How can I do this txtrepeat_password.onchange= validateField;?
I need the pass over the password field as well.
|