Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev Author Line No. Line
27 jpm 1
function afficheSelection(listid)
2
{
3
  var liste = document.getElementById(listid);
4
  window.location.assign("http://localhost/serveurXML/generateur/eflore_afficher.php?"+listid+"="+liste.selectedItem.label);
5
}
6
 
7
function compileSelection(listid)
8
{
9
  window.location.assign("http://localhost/serveurXML/generateur/eflore_traducteur.php?"+listid+"="+listid);
10
}