che fa riferimento agli id del form:codice:<body onload="document.Myform.utente.focus();">
codice:<form method="post" Action="..." name="Myform" ....> ... <label for='utente'>Utente :</label> <input type='text' id="utente" name="utente" ... /> ...