.. this is the piece of web page how to intrcept the button "AVANTI" and click it? part of html:
</table><!-- Chiusura tabella tabellaElencoFidi -->
<!-- paginazione START-->
<table align="center" border="0" width="100%">
<tr >
<td class="INFO" align="center" colspan="11" >
<br>
<TABLE border="0" CELLPADDING="0" CELLSPACING="0" width="75" height="25">
<TR>
<TD WIDTH="25%" ALIGN="left" class="DETTAGLIO">
<INPUT TYPE="button" NAME="PAGINA_INDIETRO" ID="PAGINA_INDIETRO" VALUE="Indietro" DISABLED STYLE="width: 60px; height: 20px; cursor: hand; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold">
</TD>
<TD WIDTH="25%" ALIGN="center">
<FONT style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold"> Pagine 1&
nbsp;di&nb
sp;4
</FONT>
</TD>
<TD WIDTH="25%" ALIGN="right" class="DETTAGLIO">
<INPUT TYPE="button" onClick="javascript: cambiaPagina( '2' );" NAME="PAGINA_AVANTI" ID="PAGINA_AVANTI" VALUE="Avanti" STYLE="width: 60px; height: 20px; cursor: hand; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold">
</TD>
</TR>
</TABLE>
<INPUT TYPE="hidden" NAME="NUMERO_PAGINE" ID="NUMERO_PAGINE" VALUE="4">
</td>
</tr>
<tr>
<td align="center" colspan="11" class="INFO">
Totale fidi individuati: 302<br>
</td>
</tr>
</table>
<!-- paginazione STOP-->
</td>
</tr>
<tr>
<td>
<table align="center" border="0" bordercolor="orange" id="tabellaBottoni">
<tr>
<td align="center">
<img name="dettaglio" src="/antfat/images/elenco
_fidi_on.g
if" style="cursor:hand;" border=0 ALT="Elenco Fidi del Cliente"
onClick="return ControlloRadio('Selezionar
e un Fido',document.formElencoF
idi,'/antf
at/ewaf/se
lezionaCli
ente;jsess
ionid=83ma
kDFOL7-Uh_
lIMmyNu_C'
); ">
</td>
<td>
<a href="/antfat/pagine/ricer
ca/ricerca
Avanzata.j
sp"><img name="ricerca" src="/antfat/images/ricerc
a_avanzata
_on.gif" style="cursor:hand;" border=0 ALT="Ricerca Avanzata">
</a>
</td>
</tr>
</table><!-- Chiusura tabella bottoni -->
</td>
</tr>
</table>
</form>
</body>
</html>