Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

function afficheSelection(listid)
{
  var liste = document.getElementById(listid);
  window.location.assign("http://localhost/serveurXML/generateur/eflore_afficher.php?"+listid+"="+liste.selectedItem.label);
}

function compileSelection(listid)
{
  window.location.assign("http://localhost/serveurXML/generateur/eflore_traducteur.php?"+listid+"="+listid);
}