codice:
<form name="longuflumini" method="post" action="mailto:Ciao@sarrabusagrumi.it" enctype="text/plain">  
Nome:

<input type="text" name="Nome" size="40" maxlength="30" onfocus="this.value=''"> 


Cognome:

<input type="text" name="Cognome" size="40" maxlength="20" onfocus="this.value=''"> 


E-mail:

<input type="text" name="E-mail" size="40" maxlength="40" onfocus="this.value=''">


Oggetto

<input type="text" name="Oggetto" size="40" maxlength="40" onfocus="this.value=''">


Commenti

<textarea rows="3" name="Commenti" cols="34" onfocus="this.value=''"></textarea>


<input type="submit" value="Invia"> 
    
<input type="reset" value="Annulla"> 

</form>