Balise select et évenement javascript
Résolu/Fermé
bazzouz
bazzouz
- Messages postés
- 363
- Date d'inscription
- vendredi 24 octobre 2008
- Statut
- Membre
- Dernière intervention
- 20 juillet 2011
bazzouz
- Messages postés
- 363
- Date d'inscription
- vendredi 24 octobre 2008
- Statut
- Membre
- Dernière intervention
- 20 juillet 2011
A voir également:
- Balise select et évenement javascript
- Balise select et évenement javascript ✓ - Forum - Javascript
- Balise SELECT et JavaScript ✓ - Forum - Javascript
- Javascript et balise select ✓ - Forum - Javascript
- événements javascript - Articles
- Evenements Javascript ✓ - Forum - Javascript
2 réponses
djflexlive
9 sept. 2009 à 06:29
- Messages postés
- 557
- Date d'inscription
- mercredi 26 mars 2008
- Statut
- Membre
- Dernière intervention
- 23 avril 2015
9 sept. 2009 à 06:29
<select onchange="location.href='currentpage.htm?id='+this.options[this.selectedIndex].value">
<option value="0">zero</option>
<option value="1">one</option>
<option value="2">two</option>
</select>
<option value="0">zero</option>
<option value="1">one</option>
<option value="2">two</option>
</select>
bazzouz
9 sept. 2009 à 13:15
- Messages postés
- 363
- Date d'inscription
- vendredi 24 octobre 2008
- Statut
- Membre
- Dernière intervention
- 20 juillet 2011
9 sept. 2009 à 13:15
Merci, c'est ce que je voulais :-)