<form action="pagamento.asp" method="post" name="form2" id="form2">
                    <table width="350" border="0" cellspacing="0" cellpadding="0">
                      <tr> 
                        <td colspan="3">
Adesso è possibile generare 
                          la fattura. </td>
                      </tr>
                      <tr> 
                        <td colspan="3"></td>
                      </tr>
                      <tr> 
                        <td>N° Fatt.</td>
                        <td>Sub</td>
                        <td>[img]/mydoc/images/spacer.gif[/img]</td>
                      </tr>
                      <tr> 
                        <td> 
<input name="fa1" type="text" class="campi_disab" id="fa1" onFocus="this.className='campi_abile';this.select(  )" onBlur="this.className='campi_disab'" onKeyUp="calculate()" size="8" maxlength="7"> 
                          [img]/mydoc/images/spacer.gif[/img]</td>
                        <td> 
<input name="fa2" type="text" class="campi_disab" id="fa1" onFocus="this.className='campi_abile';this.select(  )" onBlur="this.className='campi_disab'" onKeyUp="calculate()" size="8" maxlength="5"> 
                          [img]/mydoc/images/spacer.gif[/img]</td>
                        <td> 
<input name="Submit3" type="submit" class="button_save_long" value="Genera la Fattura"> 
                        </td>
                      </tr>
                    </table>
                  </form>
<script language="JavaScript" type="text/JavaScript">
document.form2.fa1.focus(); //-----------RIGA 116		
</script>