salve a tutti, non so se questa è la chat giusta ma non sapevo dove poter porre il quesito.
Perchè se inserisco la parte onload..... nel body il botton submit non funziona, mentre se tolgo onload torna a funzionare il tutto?
Grazie
codice:<script src="fixedbackground.js" type="text/javascript"></script></head> <body topmargin="3" bottommargin="3" onLoad="fixedBackground('images/sfondo logo basso.png')"> <table width="100%" border="0" cellspacing="2" cellpadding="0"> <tr> <td width="10%"> </td> <td width="30%" class="tabella1" id="COLONNA TABELLA SX"> <table id="TABELLA SX" width="100%"> <tr> <form name="form1" method="post" action="<%=MM_Action1%>"> <td width="7%" class="label">Nome</td> <td width="6%" align="left" class="label"><input name="Nome" type="text" class="casellaTestoRequired" id="Nome" size="15"></td> <td width="5%" class="label">Cognome</td> <td width="10%" class="label"><input name="Cognome" type="text" class="casellaTestoRequired" id="Cognome" size="13"></td> <td width="72%" align="left"><input name="cerca" type="submit" class="bottonicerca" id="cerca" value=""></td> </form> </tr> </table> </td> .... </tr> </table>