At first, I couldn't find a place to post this question, but i'm sure someone *cough* "jkd" *cough* - is bound to know off the top of his head. 
Just exactly how many characters can be pulled from a textarea by using subString(pointA, pointB); ? And is there a more compatible way of doing this (just for IE).
These questions concern breaking the content of a textarea into two parts, the first being only 253 characters long, and the second being whatever is leftover out of the original content.
thanks much!

Just exactly how many characters can be pulled from a textarea by using subString(pointA, pointB); ? And is there a more compatible way of doing this (just for IE).
These questions concern breaking the content of a textarea into two parts, the first being only 253 characters long, and the second being whatever is leftover out of the original content.
thanks much!
Comment