A voir également:
- Valeurs de "select" en javascript
- Telecharger javascript - Télécharger - Langages
- Excel liste de valeurs - Guide
- Please select boot device - Forum Matériel & Système
- A javascript error occurred in the main process - Forum Matériel & Système
- Reboot and select proper boot device asus - Forum Matériel & Système
2 réponses
jeangilles
Messages postés
816
Date d'inscription
samedi 21 juin 2008
Statut
Membre
Dernière intervention
17 juillet 2012
186
27 juil. 2009 à 21:09
27 juil. 2009 à 21:09
Salut,
tu mets un id à ton select (exemple <select name="nom1" id="id1"> )
et tu fais
document.getElementById("id1").options[document.getElementById("id1").selectedIndex].value;
tu mets un id à ton select (exemple <select name="nom1" id="id1"> )
et tu fais
document.getElementById("id1").options[document.getElementById("id1").selectedIndex].value;