blob: 2658e7a3c967c7707d6a6c7e7e441e75d32c944f [file] [log] [blame]
<html>
<head>
<script>
window.onload = function() {
document.getElementById("input").focus();
}
</script>
</head>
<body style="background-color: blue">
<input id="input" type="text" style="border-width: 6px;" />
</body>
</head>
</html>