Bonjour à tous, j'aurais besoin d'aide car je reprends le site de quelqu'un d'autre, et il se trouve que dans le formulaire de contact, l'email ne marche pas
Mais voilà ou est l'adresse email ? Je ne la trouve pas dans le code ci-joint
Vous avez une ID ? Merci !!
Bloc de code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="Adobe GoLive 4">
<title>MALTRA ROBINETTERIE</title>
<style type="text/css" media="screen"><!--
img { margin-top: -12pt; margin-left: -9pt }
table { color: #036; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin-top: 0px }
--></style>
<script type="text/javascript">
<!--
function verif_formulaire()
{
if(document.formulaire.nom.value == "") {
alert("Veuillez entrer votre nom!");
document.formulaire.nom.focus();
return false;
}
if(document.formulaire.societe.value == "") {
alert("Veuillez entrer nom de société!");
document.formulaire.societe.focus();
return false;
}
if(document.formulaire.mail.value.indexOf('@') == -1) {
alert("Ce n'est pas une adresse électronique!");
document.formulaire.mail.focus();
return false;
}
}
//-->
</script>
</head>
<body bgcolor="white">
<div align="center">
<img height="129" width="320" src="../media/formo_01.jpg">
<form action="form2mail.php3" method="get" onSubmit="return verif_formulaire()" name="formulaire">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="306" height="125">
<tr height="22">
<td width="112" height="22">nom</td>
<td width="194" height="22"><input type="text" name="nom" size="30"></td>
</tr>
<tr height="22">
<td width="112" height="22">société</td>
<td width="194" height="22"><input type="text" name="societe" size="30"></td>
</tr>
<tr height="22">
<td width="112" height="22">code postal</td>
<td width="194" height="22"><input type="text" name="codepost" size="30"></td>
</tr>
<tr height="22">
<td width="112" height="22">ville</td>
<td width="194" height="22"><input type="text" name="codepost" size="30"></td>
</tr>
<tr height="22">
<td width="112" height="22">pays</td>
<td width="194" height="22"><input type="text" name="pays" size="30"></td>
</tr>
<tr height="22">
<td width="112" height="22">e-mail</td>
<td width="194" height="22"><input type="text" name="mail" size="30"></td>
</tr>
<tr height="80">
<td width="112" height="80" valign="top">votre texte</td>
<td width="194" height="80"><textarea name="texte" cols="28" rows="5"></textarea></td>
</tr>
<tr height="13">
<td width="112" height="13"></td>
<td width="194" height="13"></td>
</tr>
<tr>
<td width="112"></td>
<td width="194"><input type="submit" name="ok"></td>
</tr>
</table>
</div>
</form>
</div>
</body>
</html>