Thread: textarea
View Single Post
  #3 (permalink)  
Old 05-11-2007, 05:59 PM
sandor sandor is offline
Member
 
Join Date: Apr 2007
Location: Pennsylvania,USA
Posts: 46
sandor is on a distinguished road
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.
Reply With Quote