|
Could you put a listener on the textarea and then whenever there is a keysroke get the length of the data that is in there. If it is over the maximum length you want it to be, popup a little dialog saying that is all that can fit in.
"You exceeded the maximum character limit of 50" or whatever.
|