![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
12/12/2003, 18:06
|
![Avatar de Mickel](http://static.forosdelweb.com/customavatars/avatar20289_2.gif) | | | Fecha de Ingreso: mayo-2002 Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 22 años, 8 meses Puntos: 7 | |
Tendria que ser
<script>
function maximo(obj,e,ma) {
tecla=(document.all)?e.keyCode:e.which;
if(obj.value.length==ma && tecla!=8)
return false;
}
</script>
</head>
<body>
<textarea onKeyDown="return maximo(this,event,200)"></textarea>
</body>
__________________ No tengo firma ahora... :( |