View Single Post
Join Date: Jul 2008
Posts: 1,076
Reputation: Shanti Chepuru is on a distinguished road 
Solved Threads: 98
Shanti Chepuru's Avatar
Shanti Chepuru Shanti Chepuru is offline Offline
Veteran Poster

Re: Need Help with purchase order form

 
0
  #10
Jul 17th, 2008
Originally Posted by moviemedic View Post
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. 1.
  2. 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..
Reply With Quote