sisi ça doit bien exister puisque l'on peut faire en sorte d'afficher tout les liens de la page...
<script type="text/javascript">
<!--
function VoirLiens() {
texte = "Voici la liste des liens présents dans cette page:<HR>";
PropFen = "menubars=no,location=no,toolbars=no," +"scrollbars=yes,width=350,height=350,top=100,left=100"; self.name="main";
for (i=0; i<document.links.length; i++)
texte += "<P><A target='_new' href="+document.links[i]+">"+document.links[i]+"</A>";
ListeLiens = window.open("","",PropFen);
with (ListeLiens.document) {
open();
write(texte);
close();
}}// -->
</script>
<INPUT TYPE="button" VALUE="Liste des liens" onClick="javascript:VoirLiens()">
In a dream, I saw me, drop dead... U was here, U cried... It was just a deam, if I die, U won't cry, maybe, U'll be happy
[ Lien ]