![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
13/10/2004, 09:53
|
![Avatar de KarlanKas](http://static.forosdelweb.com/customavatars/avatar11549_2.gif) | Moderador extraterrestre | | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 1 mes 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. |