function affichage() {
FenetreAffichage = window.open('','NouvelleFenetre', 'toolbar=no,status=no,width=320,height=410')
FenetreAffichage.document.write("Nom : " + document.form1.nom.value);
FenetreAffichage.document.write("
Prénom : " + document.form1.prenom.value);
FenetreAffichage.document.write("
adresse :
Téléphone : " + document.form1.tel.value);
FenetreAffichage.document.write("
E-mail : " + document.form1.email.value);
FenetreAffichage.document.write("
Votre message :