FancyPrairie
Programmer
I have 2 input tags. The first input box contains a name (i.e. John Doe). The second input box is used to search recods for a match. (In this case the record shown already contains a match.) So, for example, suppose I type "Jo" in the 2nd input box. I want to highlight just the characters in the 1st input box that match the characters entered in the 2nd input box. In this case "Jo" would be highlighted but "hn Doe" would not.
Is this possible? If so, how?
Is this possible? If so, how?