Ver Mensaje Individual
  #4 (permalink)  
Antiguo 12/07/2005, 00:44
Avatar de KarlanKas
KarlanKas
Moderador extraterrestre
 
Fecha de Ingreso: diciembre-2001
Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 1 mes
Puntos: 61
Modificando un poco el magnífico código de Appletalk:
Código PHP:
<input 
    type
="text" 
    
name="a1" 
    
id="a1" 
    
maxlength="15" 
    
onkeyup "document.getElementById('a2').value = document.getElementById('a1').value.substring(0,10);"/>
    
<
input 
    type
="text" 
    
name="a2" 
    
id="a2" 
    
maxlength="10" 
    
readonly="readonly" /> 
Espero que te sirva!
__________________
Cómo escribir

No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia.