Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 30 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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