cuenta letras pegar este codigo, abajo tienes el ejemplo <script language="JavaScript"><!-- // Por cortesía de elcharcoazul.es.tl
function reVisar(){ if (document.f.txtc.value!=document.f.txta.value.length) document.f.txtc.value=document.f.txta.value.length; setTimeout("reVisar();",200);} function reVisarNN4(){document.f.txtc.value=document.f.txta.value.length+1} onload=reVisar
// --></script>
<form name="f"> <textarea name="txta" rows="4" cols="15" wrap="physical" onKeyPress="reVisarNN4"></textarea> <br> <input type="text" size="5" name="txtc" readOnly disabled> </form> ejemplo