Ver Mensaje Individual
  #4 (permalink)  
Antiguo 14/10/2013, 08:52
pplucho07
 
Fecha de Ingreso: noviembre-2005
Ubicación: Huancayo - Perú
Mensajes: 160
Antigüedad: 18 años, 5 meses
Puntos: 7
Respuesta: tabulacion automatica

tuPrimerCampo.tabIndex = 1;
tuSegundoCampo.tabIndex = 2;


onEnterFrame = function(){
if(tuPrimerCampo.length == 4){
Selection.setFocus(tuSegundoCampo);
Selection.setSelection(tuSegundoCampo.text.length, tuSegundoCampo.text.length);
}
}


Espero sea de tu ayuda...
__________________
@PpLucho07
Desarrollador web - Animador Multimedia
[email protected]