|
|
|
Présentation Offre Exploitants agricoles 
|
|
| |
|
|
Contact 
|
|
function onChangeDepartement(comboName)
{
var comboDep = document.getElementById(comboName);
if (comboDep != null) {
var value = comboDep.options[comboDep.selectedIndex].value;
if ((value != null) && (value != "")) {
openPopup('accueil.popup.contact', 600, 500, "?departement="+value);
}
}
}
function onChangeAgence(comboName)
{
var comboAgence = document.getElementById(comboName);
if (comboAgence != null) {
var value = comboAgence.options[comboAgence.selectedIndex].value;
if ((value != null) && (value != "")) {
openPopup('accueil.popup.contact', 600, 500, "?WCM_GLOBAL_CONTEXT="+value);
}
}
}
|
|
| |
|
|
|
|   |
|