106
modifications
(me semble que c'est la forme recommencdée) |
(autre solution pour mettre un href) |
||
link = document.createElement('a');
link.setAttribute("ancre", wgServer + "/w/index.php?title=" + wgPageName + "#" + ancre_nom) ;
link.setAttribute("
link.setAttribute("href", "javascript:;"); link.appendChild(small);
titre_courant.appendChild(link);
}
link = document.createElement('a');
link.setAttribute("ancre", "[[" + wgPageName + "#" + ancre_nom + "]]");
link.setAttribute("
link.setAttribute("href", "javascript:;");
link.appendChild(small);
titre_courant.appendChild(link);
|
modifications