rane Posté 21 Mars 2006 Posté 21 Mars 2006 Bonjour ! voila j'ai concu un site wap mais je rencontre des problemes sur les formulaire voici mon script: <?header("Content-Type: text/vnd.wap.wml");echo '<'.'?xml version="1.0" encoding="iso-8859-1"?'.'>';?><!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"><wml><card id="card" title="ANNONCE AUTO"><p>Veuillez entrer votre choix de recherche pour les Annonces AUTO </p><p> <tr> <td width="200"><b>*Marque</b></td> <td width="200"> <br> <select name="marque" size="1"> <option value="">---</option> <option value="FRANCAISE">FRANCAISE</option> <option value="ALLEMANDE">ALLEMANDE</option> <option value="JAPONAISE">JAPONAISE </option> <option value="AMERICAINE">AMERICAINE</option> </select> </td> </tr> <tr> <td width="200"><b>Prix</b></td> <td width="200"> <br> <select name="prix" size="1"> <option value="">---</option> <option value="2000000">2000000</option> <option value="3000000">3000000</option> <option value="4000000">4000000 </option> <option value="5000000">5000000</option> <option value="10000000">10000000</option> <option value="15000000">15000000</option> <option value="20000000">20000000</option> <option value="25000000">25000000</option> <option value="30000000">30000000</option> <option value="35000000">35000000</option> <option value="40000000">40000000</option> </select> </td> </tr> <tr> <td colspan="2"> //<input type="submit" name="submit" value="Recherche"> <anchor title="recherche">Recherche<go href="searchauto.php" method="post"><postfield name="marque" value="$(marque)"/> <postfield name="prix" value="$(prix)"/></go> </anchor> </td> </tr> </table> </p> </card> </wml> Mais a chaque fois que je compile il me renvoit une erreur error wml: "error mismatched tag" a line 17 charactere 7 . SI vous pouvez m'aider svp
georges Posté 21 Mars 2006 Posté 21 Mars 2006 sALUT, <p>Veuillez entrer votre choix de recherche pour les Annonces AUTO </p><p> <tr> <td width="200"><b>*Marque</b></td> ne manque-t'il pas l'élement d'ouverture de tableau ?
Sujets conseillés
Veuillez vous connecter pour commenter
Vous pourrez laisser un commentaire après vous êtes connecté.
Connectez-vous maintenant