A voir également:
- Liste deroulante en html
- Liste déroulante excel - Guide
- Liste déroulante en cascade - Guide
- Google sheet liste déroulante - Accueil - Guide bureautique
- Editeur html - Télécharger - HTML
- Supprimer liste déroulante excel - Forum Excel
4 réponses
Ta question n'est pas très claire les boutons radios ce sont les trucs ronds avec le point à l'intérieur. si c'est effectivement de ça que tu parles il faut mettre une action sur ton premier bouton. Regardes dans la balise <input type="radio" ... du second bouton et regarde le code de l'action qui s'y trouve et copie le dans la balise du premier bouton
Je veux être plus clair : je veux quand je clique sur le deuxième choix donc le deuxième bouton ration que ma liste déroulante disparaisse ou s'affiche.
voici mes éléments :
1 - ma fonction
<script type="text/javascript">
function changeHeure(){
var targetElement;
targetElement = document.formsuivi.getElementById('heure');
targetElement.style.display = "block" ;
}
</script>
Toute la journée <INPUT type= "radio" name="tarif" >
Non <INPUT type= "radio" name="tarif" onClick="changeHeure()" />
<SELECT name="heure" id = "heure" size="1">
<OPTION> 7h30
<OPTION> 8h
<OPTION> 8h30
<OPTION> 9h00
<OPTION> 9h30
<OPTION> 10h00
<OPTION> 10h30
<OPTION> 10h00
<OPTION> 10h30
<OPTION> 11h00
<OPTION> 11h30
<OPTION> 12h30
<OPTION> 13h00
<OPTION> 13h30
<OPTION> 14h00
<OPTION> 14h30
<OPTION> 15h00
<OPTION> 15h30
<OPTION> 16h00
</SELECT>
</h5></td></tr>
voici mes éléments :
1 - ma fonction
<script type="text/javascript">
function changeHeure(){
var targetElement;
targetElement = document.formsuivi.getElementById('heure');
targetElement.style.display = "block" ;
}
</script>
Toute la journée <INPUT type= "radio" name="tarif" >
Non <INPUT type= "radio" name="tarif" onClick="changeHeure()" />
<SELECT name="heure" id = "heure" size="1">
<OPTION> 7h30
<OPTION> 8h
<OPTION> 8h30
<OPTION> 9h00
<OPTION> 9h30
<OPTION> 10h00
<OPTION> 10h30
<OPTION> 10h00
<OPTION> 10h30
<OPTION> 11h00
<OPTION> 11h30
<OPTION> 12h30
<OPTION> 13h00
<OPTION> 13h30
<OPTION> 14h00
<OPTION> 14h30
<OPTION> 15h00
<OPTION> 15h30
<OPTION> 16h00
</SELECT>
</h5></td></tr>
L0ci
Messages postés
110
Date d'inscription
mardi 17 avril 2012
Statut
Membre
Dernière intervention
9 janvier 2013
30
Modifié par L0ci le 27/04/2012 à 16:26
Modifié par L0ci le 27/04/2012 à 16:26
Utilise une fonction qui change ton display="block" en display="none". ou alors masque ton select au chargement