Accueil › Forums › Programmation WIMS › Programmation d’exercices OEF › Modules d’exercices OEF › type=mark très casse-pieds › Répondre à : type=mark très casse-pieds
30 janvier 2014 à 13:18
#1954
jm.evers
Participant
::
I’m not sure if I get the essence of « mark » , but since the ‘span’ element has a unique (?) id, you can allways use something like:
function setFocus(ID){document.getElementById(ID).focus();}
<a href="#" style="text-decoration:none;" onclick="mark_bg_1(336,'mark_1_336') setFocus('mark_1_336)"><span style="background-color:none;color:#000090;text-decoration:none;" id="mark_1_336">moyen</span></a>
But I don't know if this solves your issue...