programed autocomplete
If a user enters the letter P in a text box 1 the complete word Purple is entered in to that text box 1 once the user tabs out of that text box.
If a user enters the letter R in a text box 2 the complete word Radio is entered in to that text box 2 once the user tabs out of that text box.
If a user enters the letter A in a text box 3 the complete word Apple is entered in to that text box 3 once the user tabs out of that text box.
etc.
this would be a programed auto complete.
can someone help me with the JavaScript?
thank you,
Rob
