blob: 8ba51ae637d6eaebb75594fcc35576ec47f5d93d [file] [log] [blame]
<html>
<head>
<script>
window.onload = function() {
document.getElementById("input").focus();
}
</script>
</head>
<body style="background-color: green;">
<input id="input" type="text" value="test"/>
</body>
</head>
</html>