Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/09/2004, 11:41
custo
 
Fecha de Ingreso: junio-2004
Mensajes: 283
Antigüedad: 19 años, 10 meses
Puntos: 0
el código del textarea es este

<textarea

onKeyDown="textCounter(this.form.resum,this.form.r emLen,2000);"

onKeyUp="javascript:storeCaret(this);

textCounter(this.form.resum,this.form.remLen,2000) ;" name="resum"

onchange="javascript:storeCaret(this);"

onclick="javascript:storeCaret(this);" rows="10" wrap="VIRTUAL" cols="60"
onfocus="this.style.backgroundColor='#b4b99b';">
<textarea>


Gracias ;)