Try this mchn.. It should
<html>
<head>
<script type="text/javascript">
window.onload = init;
function init(){
document.getElementById("input1").focus();
}
</script>
</head>
<body>
<input type="text" id = "input1" name="city" id="city" />
</body>
</html>