C
Colin
Hello,
I have a form that contains a text box that users type notes into. The text
box may conatin anywhere from 0 characters to 1000. What I would like to
know is, does anyone know the JScript code that can count the characters in
the large text box, remove 255 characters at a time and place each smaller
chunk into another field? So the end result would be 4 text boxes containing
255 characters each instead of one containing 1000.
I have a form that contains a text box that users type notes into. The text
box may conatin anywhere from 0 characters to 1000. What I would like to
know is, does anyone know the JScript code that can count the characters in
the large text box, remove 255 characters at a time and place each smaller
chunk into another field? So the end result would be 4 text boxes containing
255 characters each instead of one containing 1000.