Activité-Paranormale


Red devil Information

Publicité

Rechercher

Développement

Apportez vos talents de codeur !

Développer

Citations

Random quotation
Nous mourons par manque damour, par une absence, par le désespoir. Ce qui nous retiens à la terre, cest lamour, cest la vie. La mort a été construite avec le sentiment de refoulement dans lhomme. Nous avons fabriqué la mort.
(Malcolm de Chazal)

Événements - 7 septembre

Event Calendrier

Validation

Valid XHTML 1.0 Transitional Valid CSS!

Crystal ballTour de magie

AbductionSélectionner le texte d'un champ en Javascript

Image not found

Le code suivant permet, en Javascript, de sélectionner le contenu d'un champ en cliquant sur un bouton :

<html>
  <head>
    <script>
      function displayResult() {
        document.getElementById("myTextarea").select();
      }
    </script>
  </head>
  <body>
    <textarea id="myTextarea" cols="20"> At W3Schools you will find all the Web-building tutorials you need, from basic HTML to advanced XML, SQL, ASP, and PHP. </textarea>
    <br />
    <button type="button" onclick="displayResult()">Select contents of text area</button>
  </body>
</html>

 



JavaScript


Publicité