|
|
|
|
kij_82, le vendredi 22 décembre 2006 à 12:10:57
// --- Modify the behavior of the 'avance' button
var div_but_avance = document.getElementById("div_bouton_avance");
div_but_avance.style.visibility = "visible";
div_but_avance.onclick = "displayCurrentPlayerInBox(box,id_player4,list_players)";
Configuration: Windows XP Firefox 1.5.0.9
J'ai trouvé mon erreur :) (ca vous fait une belle jambe hein :p)
Voilà la solution, remplacer ceci : div_but_avance.onclick = "displayCurrentPlayerInBox(box,id_player4,list_players)"; par celà :
div_but_avance.onclick = new Function('showPlayers("'+box._lib+'",'+id_player4+');');
semble la bonne maniere de procéder :) ~ iclic @ gauch,iclic, iclic @ droate, iclic, iclic et ya pas de bôg môsieu ! ~ |