[JavaScript] Récupére valeur d'un textarea
Résolu/Fermé
A voir également:
- Javascript value textarea
- Telecharger javascript - Télécharger - Langages
- Afficher un tableau javascript en html ✓ - Forum Javascript
- Vba checkbox value ✓ - Forum Excel
- Node.js javascript runtime virus ✓ - Forum Virus
- The input value is invalid. - Forum Javascript
2 réponses
jeangilles
Messages postés
816
Date d'inscription
samedi 21 juin 2008
Statut
Membre
Dernière intervention
17 juillet 2012
186
12 juin 2009 à 10:20
12 juin 2009 à 10:20
tu mets un id a ton textarea dans ton html, et tu fais
var t = document.getElementById('iddutextarea').value;
ta variable t aura la valeur de ton textarea
var t = document.getElementById('iddutextarea').value;
ta variable t aura la valeur de ton textarea