blob: 1586a5f74d514a4512783bc9720ece88917eb39f [file] [log] [blame]
<!DOCTYPE html>
<input type="text" id="toFocus"></input>
<script>
window.onload = function() {
document.querySelector("#toFocus").focus();
}
</script>