function arobaceok(exp_mail) 
{ 
var a=document.forms[0].dest_mail.value; 
var test="" + a; 
for(var k = 0; k < test.length;k++) 
{ 
var c = test.substring(k,k+1); 
if(c == "@") 
{ 
if (document.AVIS.exp_nom.value.length == 0) 
{ 
alert("Votre Nom, Merci"); 
return false; 
} 
{ 
if (document.AVIS.dest_nom.value.length == 0) 
{ 
alert("Le Nom de votre destinataire, Merci"); 
return false; 
} 
{ 
if (document.AVIS.exp_mail.value.length == 0) 
{ 
alert("Votre E-mail, Merci"); 
return false; 
} 
return true; 
} 
}
}
} 
alert("L'E-mail de votre destinataire, Merci"); 
return false;  
} 