Comment obtenir la contribution à partir d'une zone de texte javascript
document.getElementById("YourTextBoxId").value
//This code will get the input from a textbox
//Make sure to change "YourTextBoxId" with the id of your textbox
ThePokedNoob