Ok, Lets say I have 4 input boxes.
The word either: "test", "prod", or "go" will be typed into the first input box.
Input box1: "Go"
Input box2: ______________
Input box3: ______________
Input box4: ______________
Upon completion of this, in the final three text boxes, I want
"a"
"b"
and "c"
to be populated in the other three text boxes. For each word: "test, "proud", and "go" will be a set default that should appear in the following three boxes. With this type of algorithm...how would I script this??
The word either: "test", "prod", or "go" will be typed into the first input box.
Input box1: "Go"
Input box2: ______________
Input box3: ______________
Input box4: ______________
Upon completion of this, in the final three text boxes, I want
"a"
"b"
and "c"
to be populated in the other three text boxes. For each word: "test, "proud", and "go" will be a set default that should appear in the following three boxes. With this type of algorithm...how would I script this??
Comment