codice:
<head>
<script type="text/javascript">
window.onload = function()
{
   document.getElementById('TESTO').focus()
}
</script>
</head>

<body>
<input type="text" ID="TESTO" name="ricerc" maxlength="10" size=50> 
</body>