<input type="text"><br> Type some text into the first text box, then tab to the next one.<br>
<input type="text" class="one" value="Name:" readonly disabled><input type="text" class="two" placeholder="John Doe" ><br><br>
You see how the <span style="font-family:monospace">readonly</span> text box is focused on. How can I make it skip to the third one, without focusing on the second one?