riporto il codice del form

codice:
				      
					  <form action="http://digiland.libero.it/servlet/formmail" method="post" name="formMess" id="formMess" onSubmit="MM_validateForm('Nome','','R','Email','','NisEmail','Messaggio','','R');return document.MM_returnValue">
                      <input type="hidden" name="username" value="alexwd">
                      <input type="hidden" name="pagrisposta" value="http://alexwd.altervista.org/risposta.htm">
                      <input type="hidden" name="oggetto" value="Messaggio">
					  <table width="100%" border="0" cellspacing="0" cellpadding="5">
                        <tr> 
                          <td width="25%" class="corpo"><span class="blugrassetto">Nome e cognome</span>*</td>
                          <td width="75%"> <input name="Nome" type="text" class="campoForm" id="Nome" size="20"></td>
                        </tr>
                        <tr> 
                          <td width="25%" class="corpo"><span class="blugrassetto">Societ&agrave;</span></td>
                          <td width="75%"> <input name="Societa" type="text" class="campoForm" id="Societa" size="20"></td>
                        </tr>
                        <tr> 
                          <td width="25%" class="corpo"><span class="blugrassetto">Email</span></td>
                          <td width="75%"> <input name="Email" type="text" class="campoForm" id="Email" size="20"></td>
                        </tr>
                        <tr> 
                          <td width="25%" class="corpo"><span class="blugrassetto">Oggetto messaggio</span></td>
                          <td width="75%"> <input name="OggettoMessaggio" type="text" class="campoForm" id="OggettoMessaggio" size="20"></td>
                        </tr>
                        <tr> 
                          <td width="25%" class="corpo"><span class="blugrassetto">Messaggio</span>*</td>
                          <td width="75%"> <textarea name="Messaggio" cols="30" rows="4" class="campoForm" id="Messaggio"></textarea> 
                          </td>
                        </tr>
                        <tr> 
                          <td width="25%"><span class="piccolo">* Campi obbligatori</span> 
                          </td>
                          <td width="75%"> <input name="Submit" type="submit" class="buttonForm" value="Invia"> 
                            <input name="Submit2" type="reset" class="buttonForm" value="Cancella"></td>
                        </tr>
                      </table>
                    </form>