Etablir un classement
Fermé
remz13127
Messages postés
232
Date d'inscription
jeudi 17 janvier 2008
Statut
Membre
Dernière intervention
4 avril 2019
-
11 juin 2009 à 21:54
moimoi - 11 juin 2009 à 22:04
moimoi - 11 juin 2009 à 22:04
1 réponse
euhhhh à retranscrire en JS à l'intérieur du <script></script>
_________________________________________________
pour as integer
contre as integer
bouton_pour as button
bouton_contre as button
pour:=0
contre:=0
if bouton_pour then
pour = pour + 1
else contre = contre + 1
end if
msgbox "il y a" & bouton_pour & " "POUR" pour cette chanson, et " & bouton_contre & "CONTRE"
________________________________________________________
_________________________________________________
pour as integer
contre as integer
bouton_pour as button
bouton_contre as button
pour:=0
contre:=0
if bouton_pour then
pour = pour + 1
else contre = contre + 1
end if
msgbox "il y a" & bouton_pour & " "POUR" pour cette chanson, et " & bouton_contre & "CONTRE"
________________________________________________________