Connaissances Informatiques >> programmation >> Computer Programming Languages >> Content
  Derniers articles
  • Comment lier les propriétés de l'o…
  • Comment définir la position Caret d…
  • Comment écrire Dll Caractéristique…
  • Comment utiliser l'éditeur d' écha…
  • Programmes de langues de l'Assemblé…
  • Comment trouver des codes de couleur…
  • Comment analyser les expressions ré…
  • Comment configurer l'authentificatio…
  • Comment formater un Dump Stream XMPP…
  • Comment calculer le THD dans MATLAB 
  •   Computer Programming Languages
  • C /C + + Programming

  • Computer Programming Languages

  • Delphi Programming

  • Programmation Java

  • Programmation JavaScript

  • PHP /MySQL Programmation

  • programmation Perl

  • Programmation Python

  • Ruby Programming

  • Visual Basics programmation
  •  
    Computer Programming Languages

    Comment faire pour utiliser une zone de liste dans une HTA

    Vous n'avez pas besoin d'années d'expérience de programmation pour apprendre comment ajouter une zone de liste à une HTA . HTA , également connu sous Applications hypertextes , sont des applications Windows s'exécutant en dehors d'un navigateur sur votre bureau. Il suffit de double - cliquer un, et il s'exécute en utilisant le code HTML et JavaScript que vous fournissez. Création d'une liste de contrôle de la boîte à l'intérieur d'une HTA est similaire à ajouter un à un document HTML standard . Instructions
    1

    Ouvrez le Bloc-notes et copiez le texte ci-dessous dans un nouveau document :

    List Box code crée une définition d'en-tête d'ETS standard qui vous permet de saisir un titre, ID et le nom de l'application pour l'application HTA <br> 2 <p> Collez le code suivant après le code de l'étape 1 : . <br> <p> <script type="text/javascript"> language="javascript" fonction getSelectedItem ( zone de liste ) { var <br> <p> selectedItem ; var listObj = document.getElementById ( zone de liste ) ; var options = listObj . Options ; <br> <p> if ( listObj.selectedIndex > -1 ) {var = selectedItem les options [ listObj.selectedIndex ] valeur ; . alert (" Vous avez choisi " + selectedItem );} <br> <p> else { selectedItem = "none" ; alert (" S'il vous plaît choisir une valeur ");} } <br> <p> </script> Photos <p> Ce code crée une fonction JavaScript qui accepte l'identifiant d'une zone de liste et obtient son élément sélectionné en vérifiant la valeur " selectedIndex " de la zone de liste , comme indiqué ci-dessus. <br> 3 <p> créer la zone de liste en ajoutant le code suivant après le code figurant dans l' étape précédente: <br> <p> <sélectionnez id="MyListBox" size="3"> d'option> value="Red"> Rouge </option> <option value = "Bleu" ; > Blue </option> <option value="Green"> Verts </option> </select > < input type = valeur "touche" = " Afficher la liste Boîte de sélection " onclick = " ; getSelectedItem de retour ( ' MyListBox ') " /> <br> <p> Ce code HTML crée un élément de sélection de base qui possède trois attributs d'options. Chaque option définit un élément qui apparaît dans la liste . Ajout d'un attribut de taille pour une sélection d'identification permet d'élargir et de rester ouvert. Cela fait ressembler à une liste. Le bouton passe de la sélection de la valeur de id pour la fonction JavaScript décrit précédemment. <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/Computer-Programming-Languages/86735.html' >OWL API Tutorial </a></li></span><br /> Article suivant:<span class="nr"> <a class='LinkNextArticle' href='/programmation/Computer-Programming-Languages/86737.html' >Common Lisp moteur de rendu HTML & Binding </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/Computer-Programming-Languages/87236.html">Comment compter le nombre de lignes de code que vous avez </a></li><li><a href="/programmation/Computer-Programming-Languages/88071.html">Comment ajouter une chaîne d'impression </a></li><li><a href="/programmation/Computer-Programming-Languages/88584.html">Création d'une conception de page Web Disposition </a></li><li><a href="/programmation/Computer-Programming-Languages/86646.html">La Division d'identification en COBOL </a></li><li><a href="/programmation/Computer-Programming-Languages/87645.html">Comment utiliser Asp.net pour rediriger les fichiers HTM </a></li><li><a href="/programmation/Computer-Programming-Languages/87162.html">Comment spécifier une interface en UML </a></li><li><a href="/programmation/Computer-Programming-Languages/88902.html">Comment être un hacker éthique </a></li><li><a href="/programmation/Computer-Programming-Languages/88658.html">Comment utiliser Google Maps en C # </a></li><li><a href="/programmation/Computer-Programming-Languages/86917.html">Comment compiler une fenêtre de commande COBOL </a></li><li><a href="/programmation/Computer-Programming-Languages/88037.html">Comment utiliser les solutions graphiques pour les modèles de programmation linéaire </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>