1 2 3 4 5 6
<html> <body> <input id='a' type="text" style="height: 10px"> <script> document.getElementById('a').focus(); </script>