Can anyone show me a way to take an input from a form text box and add it to the next 10 input boxes (+ 1). For instance, if the user iin puts "aaaa" I wnat the next 10 input boxes to be "aaab", "aaac", "aaad".... any help would be great
do you really want to append an "a", "b", "c" in that order? what if there is more than 26 textboxes? is there a naming convention to the textboxes? how do you want this to occur? on a button click? or when the original text box loses focus?
*cLFlaVA
----------------------------
[tt]mr. pibb + red vines = crazy delicious![/tt]
Sorry for not giving all the info needed. Im new at all this, and it is hard to teach an old dog new tricks. Yes I would like to go all the way though to 26 textboxes "a-z" and maybe adding 0-9 also. So it could reach 36 inputboxes. I am just trying to offer the user choices close to what they input.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.