Blame | Last modification | View Log | RSS feed
function afficheSelection(listid)
{
var liste = document.getElementById(listid);
window.location.assign("http://eflore-test.tela-botanica.org/serveurXML/generateur/eribo_afficher.php?"+listid+"="+liste.selectedItem.label);
}
function compileSelection(listid)
{
window.location.assign("http://eflore-test.tela-botanica.org/serveurXML/generateur/eribo_traducteur.php?"+listid+"="+listid);
}