arun kumar

arun kumar

  • 1.6k
  • 18
  • 21.4k

Comparing Two text Box values and Highlighting the Mismatch

Dec 7 2012 5:15 AM

I have Two text Boxes

1st Text Box Contains 
 KiranKumar
  BE
 Bangalore 

2nd Text Box Contains
  Arunkumar
  MCA
 Bangalore


On Button Click Event I have to Compare these two textbox values and then i have to change Color of BE and MCA to Red ... Becoz These are two mismatches...(Color of mismatched text has to be changed in text Box only) 

Is it possible to implement that using JAVASCRIPT


Answers (1)