set autofocus javascript

Solutions on MaxInterview for set autofocus javascript by the best coders in the world

showing results for - "set autofocus javascript"
Mahamadou
28 Jan 2021
1window.onload = function() {
2  document.getElementById("input1").focus();
3}