Catégorie
Division / Niveau
Groupe
Journée

; c++){ var no = new Option(); no.value = JMN2[c]; no.text = JourMN2[c]; no.defaultselected = false; fchoix.Journee[fchoix.Journee.length] = no; } return; } case "mn3": { var c = 0; for (c=0; c < GrMN3.length; c++){ var no = new Option(); no.value = GrMN3[c]; no.text = "Groupe " + GrMN3[c]; no.defaultselected = false; fchoix.Groupe[fchoix.Groupe.length] = no; } var c = 0; for (c=0; c < JourMN3.length; c++){ var no = new Option(); no.value = JMN3[c]; no.text = JourMN3[c]; no.defaultselected = false; fchoix.Journee[fchoix.Journee.length] = no; } return; } } } function ComposeUrl(formulaire) { var P = "coc-0405-prch"; if (fchoix.Cat.selectedIndex < 1 ){ alert('Choisissez une catégorie.'); return; } if (fchoix.Division.selectedIndex < 1 ){ alert('Choisissez une Division.'); return; } if ((fchoix.Groupe.selectedIndex < 1) && (fchoix.Division.options[fchoix.Division.selectedIndex].value != "sr1")){ alert('Choisissez un Groupe.'); return; } if (fchoix.Journee.selectedIndex < 1 ){ alert('Choisissez une journée.'); return; } P = P + fchoix.Division.options[fchoix.Division.selectedIndex].value; if (fchoix.Groupe.selectedIndex > 0) P = P + "g" + fchoix.Groupe.options[fchoix.Groupe.selectedIndex].value; P = P + "j" + fchoix.Journee.options[fchoix.Journee.selectedIndex].value + ".htm"; parent.location.href = P.toLowerCase(); } //-->
 
Catégorie
Division / Niveau
Groupe