Salut a tous,
J'ai un piti probleme de javascript. Je souhaites faire un calcul dans un formulaire.
schema type
J'ai des champs texte puis un input="button" appelant une function de l'entete (<input type="button" name="bouton" value="Calculer" onClick="calculer()">)
Jusqu'a la tout marche, jusqu'au moment ou je remets un autre bouton calculer qui calcule d'autres champs((<input type="button" name="bouton2" value="Calculer" onClick="calculer2()">).
Et bien avec les deux boutons ca ne marche pas
Pourquoi? y'as un moyen que ca marche???
::<--KeEp kOOl-->::