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