par
latypik » 17 mars 2011, 05:46
Bonjour,
Merci pour ta réponse. Non il y a plus dans mon fichier, mais pas grand chose non plus :
<html>
<head>
<title>Educhine vous dit merci !</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<LINK REL="SHORTCUT ICON" HREF="http://www.educhine.com/favicon.ico">
<style type="text/css">
<!--
.Style3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF;}
.Style4 {font-family: Verdana, Arial, Helvetica, sans-serif}
-->
</style>
</head>
<body bgcolor="#666666" link="#FFFFFF" vlink="#FFFFFF" alink="#333333" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="85%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="500"><p align="center"> </p>
<p align="center"><img src="images/logoeduchine.gif" width="379" height="128"></p>
<p align="justify"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#CC6600"><div align="center">
<p> </p>
<span class="Style3">
<?
//On affiche ici les informations saisie
echo " Merci $prenom $nom,<br>";
?>
<br>
nous vous répondrons dans les plus brefs délais </span>
<p align="center" class="Style3"><span class="Style3">Edu</span>chine</p>
<p align="center"> </p>
<?
$_Message = stripslashes($_Message);
//On envoit un mail contenant les données
mail("****@educhine.com","Formulaire Contact","Prénom : $prenom\n Nom : $nom\n Email : $email\n\n Message :\n$_Message","From: $email\nReply-To: $email");
?>
<p align="center">
<input name="submit" type="submit" class="bouton" onClick="window.close()" value="Fermer la fenêtre">
</p>
<p align="center"> </p>
</div></td>
</tr>
</table>
<p> </p>
<p></p></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</body>
</html>
Bonjour,
Merci pour ta réponse. Non il y a plus dans mon fichier, mais pas grand chose non plus :
[html]<html>
<head>
<title>Educhine vous dit merci !</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<LINK REL="SHORTCUT ICON" HREF="http://www.educhine.com/favicon.ico">
<style type="text/css">
<!--
.Style3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF;}
.Style4 {font-family: Verdana, Arial, Helvetica, sans-serif}
-->
</style>
</head>
<body bgcolor="#666666" link="#FFFFFF" vlink="#FFFFFF" alink="#333333" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="85%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="500"><p align="center"> </p>
<p align="center"><img src="images/logoeduchine.gif" width="379" height="128"></p>
<p align="justify"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#CC6600"><div align="center">
<p> </p>
<span class="Style3">
<?
//On affiche ici les informations saisie
echo " Merci $prenom $nom,<br>";
?>
<br>
nous vous répondrons dans les plus brefs délais </span>
<p align="center" class="Style3"><span class="Style3">Edu</span>chine</p>
<p align="center"> </p>
<?
$_Message = stripslashes($_Message);
//On envoit un mail contenant les données
mail("****@educhine.com","Formulaire Contact","Prénom : $prenom\n Nom : $nom\n Email : $email\n\n Message :\n$_Message","From: $email\nReply-To: $email");
?>
<p align="center">
<input name="submit" type="submit" class="bouton" onClick="window.close()" value="Fermer la fenêtre">
</p>
<p align="center"> </p>
</div></td>
</tr>
</table>
<p> </p>
<p></p></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</body>
</html>
[/html]