I am imposing limit of characters in my textareas manually with this code:
<textarea onKeyDown="limitText(this.form.message,this.form.countdown,240);"
onKeyUp="limitText(this.form.message,this.form.countdown,240);"></textarea>...
asked by
12.12.2014 / 23:44