Answers for "add autofocus to input javascript"

1

set autofocus javascript

window.onload = function() {
  document.getElementById("input1").focus();
}
Posted by: Guest on June-28-2021

Browse Popular Code Answers by Language