Hola
colote
Creo que esto te servirá:
Código javascript
:
Ver original<form>
<input type="text" name="dia" maxlength="2" onkeyup="if(this.value.length==2) mes.focus()" />
<input type="text" name="mes" maxlength="2" onkeyup="if(this.value.length==2) anno.focus()" />
<input type="text" name="anno" maxlength="4" />
</form>
Saludos,