The forum operates in read-only mode. Please head to StackOverflow for support.
How do I limit the amount of characters the user can enter into the text area??? please help , really really need to know, working on it fo ages
u could do a javascript that checks on your .innerHTML when you change something in the box, and if value < something alert("no more chars");
Re: maximum characters length
u could do a javascript that checks on your .innerHTML when you change something in the box, and if value < something alert("no more chars");