Connaissances Informatiques >> programmation >> Programmation JavaScript >> Content
  Derniers articles
  • Comment créer POO JavaScript 
  • Comment activer et désactiver des z…
  • Différence entre Pop & Splice en Ja…
  • Qu'est-ce qu'un fichier AXD 
  • Comment pouvez-vous définir une con…
  • Comment ajouter une barre de recherc…
  • Comment utiliser NetBeans pour débo…
  • Informations sur la programmation du…
  • Comment remplacer les codes Div 
  • Comment faire une randonnée à vél…
  •   Programmation JavaScript
  • C /C + + Programming

  • Computer Programming Languages

  • Delphi Programming

  • Programmation Java

  • Programmation JavaScript

  • PHP /MySQL Programmation

  • programmation Perl

  • Programmation Python

  • Ruby Programming

  • Visual Basics programmation
  •  
    Programmation JavaScript

    Comment ajouter des chaînes en Javascript

    JavaScript est le langage de programmation intégré dans les navigateurs Web qui permettent des changements dynamiques au format de la page et son contenu. Javascript peut changer la façon dont les éléments de page regardent. Il peut valider les formulaires . Il peut appeler d'autres pages . Il peut prendre des décisions sur le moment et ce qu'il faut faire , en fonction du contenu de la page, ou il peut rassembler contenus provenant de différentes parties de la page . Les chaînes sont des mots sur une page qui font partie d' un élément de page , par exemple un champ de texte. «Ajout de " chaînes est appelée dans la programmation de " concaténation ". Instructions
    1

    Créer un fichier HTML vide avec notepad ou un autre éditeur de texte et enregistrez-le sur votre PC. Appelez-le " test.htm . "
    2

    Entrez la commande suivante dans le fichier vide :



    < p> Photos

    mon fichier de test < /TITLE> Photos <p> </HEAD> Photos <p> <BODY onload='hellothere("world wide","web")'> <br> <p> <H1> Ceci est un test </H1> Photos <p> </BODY> <br> <p> </HTML> <br> 3 <p> Enregistrez le fichier. Ouvrez-le dans votre navigateur en utilisant la commande " Fichier /Ouvrir " dans la barre de menu du navigateur . Vous verrez un pop-up qui dit: « Bonjour world wide web. " <br> <p> La fonction " hellothere " fait la concaténation . Il prend une chaîne statique, «Bonjour» ( notez l'espace à la fin) ajoute à la première variable, " word_to_add1 ", qui contient " le monde entier ", puis ajoute un espace, puis ajoute la seconde variable , " word_to_add2 , " qui contient " web " . Il utilise le signe "+" pour concaténer ces éléments. L'événement onload du corps déclenche la fonction à exécuter lorsque l'actualisation du navigateur . <br> <br> <div class=fr4><script language='javascript' src='http://www.ordinateur.cc/ad/fr/4.js'></script></div> <div class=fr5><script language='javascript' src='http://www.ordinateur.cc/ad/fr/5.js'></script></div> </td> </tr> </table> <table width="95%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="center" > </td> </tr> </table> <table width="95%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height="39" align="left" >Article précédent:<span class="nr"> <a class='LinkPrevArticle' href='/programmation/Programmation-JavaScript/91050.html' >Comment faire pour vérifier le type de navigateur en Javascript </a></li></span><br /> Article suivant:<span class="nr"> <a class='LinkNextArticle' href='/programmation/Programmation-JavaScript/91052.html' >Comment mettre à jour les variables de session à partir de JavaScript </a></li></span></td> </tr> </table> <table width="95%" height="10" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="left" ></td> </tr> </table> <table width="96%" height="22" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#EFEFEF"> <tr> <td width="2%" align="left" ></td> <td width="98%" align="left" >Articles recommandés</td> </tr> </table> <table width="95%" height="10" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="left" ></td> </tr> </table> <table width="95%" height="10" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="left" > <li><a href="/programmation/Programmation-JavaScript/91252.html">Tutoriel sur la façon de menus déroulants en Java Script </a></li><li><a href="/programmation/Programmation-JavaScript/90748.html">Comment faire Scroll compensatoire cumulatif dans jQuery </a></li><li><a href="/programmation/Programmation-JavaScript/91237.html">Comment changer la classe de style avec JavaScript </a></li><li><a href="/programmation/Programmation-JavaScript/90823.html">Comment ajouter des numéros multiples en utilisant Javascript </a></li><li><a href="/programmation/Programmation-JavaScript/90796.html">Comment graphe avec jQuery </a></li><li><a href="/programmation/Programmation-JavaScript/91013.html">Comment passer un entier en fonction en JavaScript </a></li><li><a href="/programmation/Programmation-JavaScript/91103.html">Comment configurer les fichiers PAC procuration </a></li><li><a href="/programmation/Programmation-JavaScript/91063.html">Comment faire pour obtenir la valeur de zone de liste déroulante avec JavaScript </a></li><li><a href="/programmation/Programmation-JavaScript/90865.html">Comment faire pour activer validateurs ASP.NET avec JavaScript </a></li><li><a href="/programmation/Programmation-JavaScript/91138.html">Comment puis-je utiliser iBox </a></li> </td> </tr> </table> <table width="95%" height="10" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="left" ></td> </tr> </table></td> </tr> </table> <table width="980" height="12" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td></td> </tr> </table> <table width="980" height="90" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#3597E2"> <tr> <td align="center" class="foot">Connaissances Informatiques © http://www.ordinateur.cc <br /> </td> </tr> </table> <!--top start --> <!--top end --> </body> </html>