function affichage() { FenetreAffichage = window.open('','NouvelleFenetre', 'toolbar=no,status=no,width=320,height=410') FenetreAffichage.document.write("Name : " + document.form1.name.value); FenetreAffichage.document.write("
First Name : " + document.form1.first_name.value); FenetreAffichage.document.write("
address :
Phone_number : " + document.form1.phone_number.value); FenetreAffichage.document.write("
E-mail : " + document.form1.email.value); FenetreAffichage.document.write("

Type your message here :

"); }