<html>
<head>
</head>
<body>
<input type="text" id="text_id">
<script>
document.getElementById('text_id').focus();
</script>
</body>
</html>
<html>
<head>
</head>
<body>
<input type="text" id="text_id">
<script>
document.getElementById('text_id').focus();
</script>
</body>
</html>