Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/10/2004, 09:53
Avatar de KarlanKas
KarlanKas
Moderador extraterrestre
 
Fecha de Ingreso: diciembre-2001
Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 22 años, 4 meses
Puntos: 61
Eso se hace con el tabindex. Prueba este ejemplo:
<form>
<input type="text" name="pepe" tabindex="1"><br>
<input type="text" name="pepe" tabindex="4"><br>
<input type="text" name="pepe" tabindex="2"><br>
<input type="text" name="pepe" tabindex="3"><br>
<input type="text" name="pepe" tabindex="11"><br>
<input type="text" name="pepe" tabindex="5"><br>
<input type="text" name="pepe" tabindex="9"><br>
<input type="text" name="pepe" tabindex="7"><br>
<input type="text" name="pepe" tabindex="8"><br>
<input type="text" name="pepe" tabindex="6"><br>
<input type="text" name="pepe" tabindex="10"><br>


</form>

vámonos a XHTML!
__________________
Cómo escribir

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