C'est presque bon mais c'est ma faute car je n'ai pas tout expliqué. L'url n'est pas seule dans le module. La solution ci-dessous fait clignoter toutes les URL . Pourquoi?
Je souhaite faire clignoter uniquemement la première URL (www.greenalp etc..)
<b><span class="Apple-style-span" style="color: white; font-family: Times, 'times new roman', serif; font-size: large;">Les Outils</span></b><br />
<b><span class="Apple-style-span" style="font-size: large;"></span></b><br />
<div id="DivClignotante" style="visibility:visible;"><b><a href="http://www.greenalp.com/RealtimeTracker/index.php?guestmode=1&viewuser=toto&fs=1" target="_blank">GEOLOCALISATION TEMPS REEL</a></b><br />
<script type="text/javascript">
var clignotement = function(){
if (document.getElementById('DivClignotante').style.visibility=='visible'){
document.getElementById('DivClignotante').style.visibility='hidden';
}
else{
document.getElementById('DivClignotante').style.visibility='visible';
}
};
// mise en place de l appel de la fonction toutes les 0.8 secondes
periode = setInterval(clignotement, 800);
</script>
<b>----------------------------------</b><br />
<b><a href="http://toto/p/carte-interactive-du-parcours.html" target="_blank">CARTE INTERACTIVE</a> </b><br />
<b>----------------------------------</b><br />
<b><a href="http://toto/p/profile-altimetrique_10.html">PROFIL ALTIMETRIQUE</a> </b><br />