codice:
..
    <script type="text/javascript">
window.onload = function()
{
   document.getElementById('ricerc').focus()
}
    </script>
..
..
<input type="text" id="ricerc" maxlength="10" size=50>
..