blob: 1d305cbc21db7636741a45985dee78f38409efdf [file] [log] [blame]
<html>
<body>
<input type="text" id="focus" />
<script type="text/javascript">
document.getElementById('focus').focus();
</script>
</body>
</html>