SLT.....

SVP esqu'il y a quel qu'un qui peut me coriger se scripte?

j'ai un problem au niveaux des checkbox. il insere les chekbox qui son cocher mai il m'envoit des ereur consernon les les checkbox qui son decocher.
voila le code source des deux page
Page: Table devis.php
----------------------------------------------------------------------
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Document sans titre</title>
<style type="text/css">
<!--
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.Style1 {
color: #006699;
font-weight: bold;
}
.Style6 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
}
.Style19 {color: #9C3330; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.Style24 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.Style27 {
font-size: 16px;
color: #FF0000;
}
.Style28 {color: #000000}
.Style30 {font-size: 24px; color: #FF0000; }
.Style31 {
color: #8F3D3A;
font-weight: bold;
}
.Style42 { font-size: 14px;
color: #5C0808;
font-weight: bold;
}
.Style43 {color: #a72900;
font-weight: bold;
font-size: 14px;
}
.Style44 {color: #600A09}
-->
</style>
<script language="javascript">
function verif(){
var v = true;
if((document.forms[0].Nom.value == "") || (document.forms[0].Prenom.value == "")|| (document.forms[0].Societer.value == "")||(document.forms[0].Email.value == "")|| (document.forms[0].Tel.value == "")|| (document.forms[0].Adresse.value == "")|| (document.forms[0].Cp.value == "")|| (document.forms[0].Ville.value == "")||(document.forms[0].Description.value == "") ){
alert("il y a un ou plusieurs champs vides");
document.forms[0].Nom.focus();
v = false;
}
if( (document.forms[0].Email.value.indexOf('@') == -1) || (document.forms[0].Email.value.indexOf('.') == -1) || (document.forms[0].Email.value.indexOf('@') > document.forms[0].Email.value.indexOf('.')-1) || (document.forms[0].Email.value.indexOf('@') == 0)){
alert("veuillez saisir un e-mail valide");
v = false;
}
if(v == true)
document.form2.submit();
}
</script>
</head>
<body>
<div class='spip_descriptif'>
<p align="center" class="Style24">Le dêpot de votre devis est entierement gratuit. PROTEL CALL CENTER s’engage a respecter votre vie privée. En aucun cas PROTEL CALL CENTER ne divulguera vos informations personnelles à des tiers. </p>
<form name="form2" enctype="multipart/form-data" method="post" action="Ajouterdevis.php">
<p align="center" class="Style1">Dêpot de devis</p>
<p align="center" class="Style1"><span class="Style6"><span class="Style30">*</span></span><span class="Style28">:</span> <span class="Style28">le remplissage de ces champs sont obligatoires</span></p>
<table width="394" border="2" align="center" bordercolor="#BB5C5A" background="images/b_links.jpg" bgcolor="#E4DFB7">
<tr bgcolor="#FFFFFF">
<td colspan="3" scope="col"><span class="Style31"><span class="Style43"><span class="Style42"><img src="images/news-19.jpg" width="22" height="32"></span></span><span class="Style44">Vos Coordonnees:</span></span></td>
</tr>
<tr>
<td width="74" scope="col"><span class="Style6">Nom:<span class="Style27">*</span></span></td>
<td colspan="2"><input name="Nom" type="text" size="50" maxlength="50"></td>
</tr>
<tr>
<td><span class="Style6">Prenom:<span class="Style27">*</span></span></td>
<td colspan="2"><input name="Prenom" type="text" size="50" maxlength="50"></td>
</tr>
<tr>
<td class="Style6"><p>Societer:<span class="Style27">*</span></p>
</td>
<td colspan="2"><input name="Societer" type="text" size="50" maxlength="50"></td>
</tr>
<tr>
<td><span class="Style6">E-mail:<span class="Style27">*</span></span></td>
<td colspan="2"><input name="Email" type="text" size="50" maxlength="50"></td>
</tr>
<tr>
<td><p class="Style6">Téléphone:<span class="Style27">*</span></p></td>
<td colspan="2"><input name="Tel" type="text" size="50" maxlength="50"></td>
</tr>
<tr>
<td class="Style6">Tel.portable:</td>
<td colspan="2"><input name="Telp" type="text" size="50" maxlength="50"></td>
</tr>
<tr>
<td><span class="Style6">Adresse:<span class="Style27">*</span></span></td>
<td colspan="2"><input name="Adresse" type="text" size="50" maxlength="70"></td>
</tr>
<tr>
<td><span class="Style6">Code postal: <span class="Style27">*</span></span></td>
<td colspan="2"><input name="Cp" type="text" size="50" maxlength="50"></td>
</tr>
<tr>
<td><span class="Style6">Ville:<span class="Style27">*</span></span></td>
<td colspan="2"><input name="Ville" type="text" size="50" maxlength="50"></td>
</tr>
<tr bgcolor="#FFFFFF">
<td colspan="3" class="Style19"><span class="Style43"><span class="Style42"><img src="images/news-19.jpg" width="22" height="32"></span></span><span class="Style44">Vos besoins:</span></td>
</tr>
<tr>
<td rowspan="2"><p class="Style6">Operation:<span class="Style27">*</span></p></td>
<td width="64"><p>Emission:<br />
</p>
</td>
<td width="232"><p>
<input name="Operation" type="checkbox" id="Operation1" value="Télévente" />
Télévente<br />
<input name="Operation" type="checkbox" id="Operation2" value="Enquête" />
Enquet<br />
<input name="Operation" type="checkbox" id="Operation3" value="Calcification des fichiers" />
Calcification des fichiers
<br />
<input name="Operation" type="checkbox" id="Operation4" value="Télémarketing" />
Télémarketing<br />
<input name="Operation" type="checkbox" id="Operation5" value="Création de trafic" />
Création de trafic<br />
<I>Si "Autre", merci de préciser :</I><input name="Operation6" type="text" id="Operation" style='text-transform:capitalize' size="26" maxlength="50"/>
</p>
</td>
</tr>
<tr>
<td><p>Réception:</p></td>
<td><p>
<input name="Operation" type="checkbox" id="Operation7" value="Commercial" />
Commercial<br />
<input name="Operation" type="checkbox" id="Operation8" value="Assistance technique" />
Assistance technique<br />
<I>Si "Autre", merci de préciser :</I><input name="Operation9" type="text" id="Operation" style='text-transform:capitalize' size="26" maxlength="50"/>
<tr>
<td><span class="Style6"><span class="spip_form_champ"><span class='spip_form_label'>
<label for="texte_1">Décrivez vos besoin</label></span></span>:<span class="Style27">*</span></span></td>
<td colspan="2"><span class="Style6">
<textarea name="Description" cols="45" rows="7" ></textarea>
</span></td>
</tr>
</table>
<div align="center"> <input type="button" value="valider" onClick="verif()">
<input type="reset" name ="reset" align="left">
</div>
</form>
</div>
</body>
</html>
----------------------------------------------------------------
Page:Ajouterdevis.php
**************
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Recrutement</title>
</head>
<body>
<?php
include("connect.php");
$Nom=$_POST["Nom"]; // on recupere la description
$Prenom=$_POST["Prenom"];
$Societer=$_POST["Societer"];
$Email=$_POST["Email"];
$Tel=$_POST["Tel"];
$Telp=$_POST["Telp"];
$Adresse=$_POST["Adresse"];
$Cp=$_POST["Cp"];
$Ville=$_POST["Ville"];
$Operation=$_POST["Operation1"].$_POST["Operation2"].$_POST["Operation3"].$_POST["Operation4"].$_POST["Operation5"].$_POST["Operation6"].$_POST["Operation7"].$_POST["Operation8"].$_POST["Operation9"];
$Description=$_POST["Description"];
mysql_query("INSERT INTO devis(Nom, Prenom, Societer, Email, Tel, Telp, Adresse, Cp, Ville, Operation, Description) VALUES('$Nom','$Prenom','$Societer','$Email','$Tel','$Telp','$Adresse','$Cp','$Ville','$Operation','$Description');"); // et on termine en envoyant les donné dans la base mysql
echo 'votre devis a ete bien ajouter ';
echo "<br><A href='table devis.php'>retour a la premier page</A>";
mysql_close();
?>
</body>
</html>
----------------------------------------------------
????merci d'avence?????

jifa
