Répondre à : type=mark très casse-pieds

#1954
jm.evers
Participant
Up
0
Down
::

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...