Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 27 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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