Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/04/2003, 11:37
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 11 meses
Puntos: 772
Hola, Banto.

¿Sería algo así?
Código PHP:
<html>
<
head>
<
script>
function 
validar(obj) {
    
tam obj.value.length;
    if (
tam==|| tam==5)
        
obj.value+='/';
}
</script>
</head>

<body>
<input type="text" onKeyUp="validar(this)">
</body>
</html> 
Saludos,