Définir Autofocus JavaScript

window.onload = function() {
  document.getElementById("input1").focus();
}
Anthony Smith