Aller au contenu

Vincentsgm

Membres
  • Compteur de contenus

    1
  • Inscription

  • Dernière visite

Tout ce qui a été posté par Vincentsgm

  1. <!DOCTYPE html> <html> <head> <script language="JavaScript"> function changerValeurInput(mot) { document.getElementById("inputChangeable").value=mot; } </script> </head> <body> <input id="inputChangeable"></input> <button onclick="changerValeurInput('Ca marche')">Changer valeur de l'input en "Ca marche"</button> <button onclick="changerValeurInput('It works')">Changer valeur de l'input en "It works"</button> </body> </html>
×
×
  • Créer...