Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/10/2010, 07:49
Avatar de _cronos2
_cronos2
Colaborador
 
Fecha de Ingreso: junio-2010
Mensajes: 2.062
Antigüedad: 14 años, 5 meses
Puntos: 310
Respuesta: Campos de texto que cambian

Prueba con esto:
Código Javascript:
Ver original
  1. function retrocede(c){
  2.  for(var i=1, element=document.getElementById('posicion'+i);i<parseInt(c.value);i++){
  3.   if(element&&i!=c.defaultValue){
  4.    element.value=element.defaultValue-1;
  5.   }
  6.  }
  7. }
Código HTML:
Ver original
  1. <input type='text' id='posicion1' name='posicion1' value='1' onchange='retrocede(this);' />
Saludos (:
__________________
" Getting older’s not been on my plans
but it’s never late, it’s never late enough for me to stay. "
Cigarettes - Russian Red