Bonsoir
Tout d'abord voici un screen de la page :
[URL=http://imageshack.us][IMG]http://img341.image
shack.us/img341/928/sanstitrezx9.jpg[/IMG][/URL]
donc voila mon problème dés que j'ai choisi la quantité je dois cliquer sur la case choix validé et celui ci doit m'indiquer le prix dans la case total mais je n'arrive pas a afficher le chiffre dans la case
voici le code :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transition
al.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Document sans nom</title>
</head>
<body>
<table width="621" border="2" height="346">
<tr>
<th width="265" scope="col" height="38">Vins (en bouteille) </th>
<th width="65" scope="col" height="38">Prix à l'unité </th>
<th width="64" scope="col" height="38">Quantité</th>
<th width="46" scope="col" height="38">choix validé </th>
<th width="145" scope="col" height="38">TOTAL</th>
</tr>
<tr>
<td height="19" width="265"><b>Touraine Sauvignon 2005</b> (Vin blanc sec,
fruité, parfumé</td>
<td height="19" width="65">
<p align="center"><strong>3.04 € </strong></p> </td>
<td height="19" width="64"><form id="form1" name="form1" method="post" action="">
<p align="center">
<label>
<select name="Quant" id="Quant" onChange="calcul_prix()">
<option>6</option>
<option>12</option>
<option>18</option>
<option>24</option>
<option>30</option>
<option>36</option>
<option>42</option>
<option>48</option>
>
</select>
</label>
</form>
</td>
<td height="19" width="46">
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults"
U-File="fpweb:///_private/form_results.txt" S-Format="TEXT/CSV"
S-Label-Fields="TRUE" -->
<p align="center">
<input name="Prix" type="checkbox" id="Prix" onClick="calcul_prix()" value="ON">
</p>
</form>
</td>
<td height="19" width="145">
<p align="center"><input name="Total" type="text" id="Total" onChange="calcul_prix()" value=" 0.00 €" size="8" >
</td>
</tr>
Merci a ceux qui pourront m'aider !!