![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
11/09/2004, 11:41
|
| | Fecha de Ingreso: junio-2004
Mensajes: 283
Antigüedad: 20 años, 8 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 ;) |