A voir également:
- Aide javascript
- Telecharger javascript - Télécharger - Langages
- A javascript error occurred in the main process - Forum Windows
- Afficher un tableau javascript en html ✓ - Forum Javascript
- Javascript arrondi - Forum Javascript
- Javascript arrondir à 2 décimales - Forum Webmastering
1 réponse
Bien sûr, un exemple :
<form>
<input type="text" name="champ1">
<input type="text" name="champ2">
<select onchange="this.form.champ1.value = this.options[this.selectedIndex].text; this.form.champ2.value = 'Change';">
<option>Oui</option>
<option>Non</option>
</select>
</form>
-= Bobinours - http://bobin.underlands.org =-
<form>
<input type="text" name="champ1">
<input type="text" name="champ2">
<select onchange="this.form.champ1.value = this.options[this.selectedIndex].text; this.form.champ2.value = 'Change';">
<option>Oui</option>
<option>Non</option>
</select>
</form>
-= Bobinours - http://bobin.underlands.org =-