⊗mkSpFrAFc 46 of 128 menu

Autofocus for form elements in HTML

autofocus

Given inputs:

<input> <input> <input>

Make it so that when entering the page, the focus is set to the second input.

byenru