G
Greg Ferris
I have read a number of posts with techniques for limiting the max
number of characters entered into a textarea, but I'm looking for some
advice on how to limit the number of rows and the number of characters
per row.
Basically, I need to allow users to enter up to 5 rows of data with up
to 40 characters per row, regardless of whether or not the user has
explicitly entered any line breaks. I also need to consider where to
break off each line without breaking in the middle of a word.
Any advice would be greatly appreciated.
number of characters entered into a textarea, but I'm looking for some
advice on how to limit the number of rows and the number of characters
per row.
Basically, I need to allow users to enter up to 5 rows of data with up
to 40 characters per row, regardless of whether or not the user has
explicitly entered any line breaks. I also need to consider where to
break off each line without breaking in the middle of a word.
Any advice would be greatly appreciated.