|
|
 |
RE: FN-FORUM: Limiting the amount of words in a textarea
date posted 27th March 2008 14:21
>>
>> Afternoon,
>>
>> Does anyone know how to limit the amount of words in a textarea on a
>> form?
>> I know how to limit the amount of characters but not words.
>>
>> Kind Regards
>> Ashley Harvey
>>
only count the number of spaces, depends on your code, but if for instance
your are using onchange then just alter your counter to only increment if
the final letter is a space.
Tried this one....
http://www.reconn.us/content/view/45/66/
|
 |
|