Originally Posted by
moviemedic
Shanti,
I tried the code you shared with me for email and I could not get it to work. Not sure why. I am going to try some other formulation of the code and see what happens. I will not be deterred. I shall find the answers.
Hey sorry...Some mistake is there in my code.
check this code will work perfectly...
1.
if (d.email.value!=d.cemail.value) { alert("Your email and Confirm emaildoesn't match.."); d.cemail.value=""; d.cemail.focus(); return false; }
here email is your email textfield and cemail is your confirm email textfield...
place this code in your validations....
Be intelligent, But Don't try to cheat.. Be innocent But Don't get cheated..