IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

VBScript Discussion :

Comment récupérer la valeur "alt" d'une image dans un fichier HTA ?


Sujet :

VBScript

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Expert confirmé
    Avatar de hackoofr
    Homme Profil pro
    Enseignant
    Inscrit en
    Juin 2009
    Messages
    3 844
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 50
    Localisation : Tunisie

    Informations professionnelles :
    Activité : Enseignant

    Informations forums :
    Inscription : Juin 2009
    Messages : 3 844
    Par défaut Comment récupérer la valeur "alt" d'une image dans un fichier HTA ?

    Comment récupérer la valeur "alt" d'une image dans un fichier HTA et la stocker dans une variable afin de l'utiliser comme index d'icone de Shell32.dll
    Car je n'ai pas encore trouvé une solution en vbscript How can i show the change icon dialog box, with a vbscript or a command line?
    Donc, j'ai pensé à faire un HTA avec les images des icones avec leurs index qui me permet de les cliquer et obtenir leurs index dans une variable
    Icon = "%systemroot%\system32\shell32.dll," & index

    Voici mon petit brouillon en HTA : je l'ai copié de ce site : http://help4windows.com/windows_8_shell32_dll.shtml
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    <Title>Hackoo Icon Folder Changer</Title>
    <head>
    <link rel="stylesheet" type="text/css" href="http://help4windows.com/webfiles/style-help4windows.css">
    <SCRIPT LANGUAGE="VBScript">
    Function Test()
    Dim elems, t, MsG
        set elems = document.getElementsByTagName("img")
        for t = 0 to elems.length - 1  
            MsG = MsG & ", alt=" & elems(t).alt 
        Next
        MsgBox MsG
    End Function
    </SCRIPT>
    <head>
    <body>
    <center><font color="White"> Click to choose an icon for your folder to be set</font><br>
    <table class="data">
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-000.jpg" alt="0" OnClick="Test()"><br>0</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-001.jpg" alt="1"><br>1</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-002.jpg" alt="2"><br>2</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-003.jpg" alt="3"><br>3</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-004.jpg" alt="4"><br>4</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-005.jpg" alt="5"><br>5</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-006.jpg" alt="6"><br>6</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-007.jpg" alt="7"><br>7</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-008.jpg" alt="8"><br>8</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-009.jpg" alt="9"><br>9</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-010.jpg" alt="10"><br>10</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-011.jpg" alt="11"><br>11</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-012.jpg" alt="12"><br>12</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-013.jpg" alt="13"><br>13</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-014.jpg" alt="14"><br>14</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-015.jpg" alt="15"><br>15</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-016.jpg" alt="16"><br>16</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-017.jpg" alt="17"><br>17</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-018.jpg" alt="18"><br>18</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-019.jpg" alt="19"><br>19</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-020.jpg" alt="20"><br>20</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-021.jpg" alt="21"><br>21</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-022.jpg" alt="22"><br>22</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-023.jpg" alt="23"><br>23</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-024.jpg" alt="24"><br>24</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-025.jpg" alt="25"><br>25</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-026.jpg" alt="26"><br>26</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-027.jpg" alt="27"><br>27</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-028.jpg" alt="28"><br>28</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-029.jpg" alt="29"><br>29</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-030.jpg" alt="30"><br>30</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-031.jpg" alt="31"><br>31</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-032.jpg" alt="32"><br>32</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-033.jpg" alt="33"><br>33</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-034.jpg" alt="34"><br>34</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-035.jpg" alt="35"><br>35</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-036.jpg" alt="36"><br>36</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-037.jpg" alt="37"><br>37</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-038.jpg" alt="38"><br>38</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-039.jpg" alt="39"><br>39</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-040.jpg" alt="40"><br>40</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-041.jpg" alt="41"><br>41</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-042.jpg" alt="42"><br>42</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-043.jpg" alt="43"><br>43</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-044.jpg" alt="44"><br>44</td>
    </tr>
    </table>
    <body>

  2. #2
    Expert confirmé
    Avatar de ProgElecT
    Homme Profil pro
    Retraité
    Inscrit en
    Décembre 2004
    Messages
    6 132
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 69
    Localisation : France, Haute Savoie (Rhône Alpes)

    Informations professionnelles :
    Activité : Retraité
    Secteur : Communication - Médias

    Informations forums :
    Inscription : Décembre 2004
    Messages : 6 132
    Par défaut
    Salut

    Je ne suis pas sûr d'avoir compris le problème, mais .....
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    Function Test2(valeur)
            Icon = "%systemroot%\system32\shell32.dll," & valeur
            MsgBox Icon
    End Function
    </SCRIPT>
    <head>
    <body>
    <center><font color="White"> Click to choose an icon for your folder to be set</font><br>
    <table class="data">
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-000.jpg" alt="0" OnClick="Test2(0)"><br>0</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-001.jpg" alt="1" OnClick="Test2(1)"><br>1</td>
    Cela permet de se passer de la récupération de l'attribut alt.
    :whistle:pourquoi pas, pour remercier, un :plusser: pour celui/ceux qui vous ont dépannés.
    saut de ligne
    OOOOOOOOO👉 → → Ma page perso sur DVP ← ← 👈

  3. #3
    Expert confirmé

    Homme Profil pro
    Responsable déploiement (SCCM, InTune, GPO)
    Inscrit en
    Juillet 2014
    Messages
    3 218
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 46
    Localisation : France, Seine Saint Denis (Île de France)

    Informations professionnelles :
    Activité : Responsable déploiement (SCCM, InTune, GPO)
    Secteur : Transports

    Informations forums :
    Inscription : Juillet 2014
    Messages : 3 218
    Par défaut
    Et bien je ne croit pas bien comprendre la question ou le but mais pourquoi ne pas le passer en paramètre ?

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    <Title>Hackoo Icon Folder Changer</Title>
    <head>
    <link rel="stylesheet" type="text/css" href="http://help4windows.com/webfiles/style-help4windows.css">
    <SCRIPT LANGUAGE="VBScript">
    Function Test(idx)
            msgbox idx
    End Function
    </SCRIPT>
    <head>
    <body>
    <center><font color="White"> Click to choose an icon for your folder to be set</font><br>
    <table class="data">
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-000.jpg" alt="0" OnClick="Test(0)"><br>0</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-001.jpg" alt="1" OnClick="Test(1)"><br>1</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-002.jpg" alt="2" OnClick="Test(2)"><br>2</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-003.jpg" alt="3" OnClick="Test(3)"><br>3</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-004.jpg" alt="4"><br>4</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-005.jpg" alt="5"><br>5</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-006.jpg" alt="6"><br>6</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-007.jpg" alt="7"><br>7</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-008.jpg" alt="8"><br>8</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-009.jpg" alt="9"><br>9</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-010.jpg" alt="10"><br>10</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-011.jpg" alt="11"><br>11</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-012.jpg" alt="12"><br>12</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-013.jpg" alt="13"><br>13</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-014.jpg" alt="14"><br>14</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-015.jpg" alt="15"><br>15</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-016.jpg" alt="16"><br>16</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-017.jpg" alt="17"><br>17</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-018.jpg" alt="18"><br>18</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-019.jpg" alt="19"><br>19</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-020.jpg" alt="20"><br>20</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-021.jpg" alt="21"><br>21</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-022.jpg" alt="22"><br>22</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-023.jpg" alt="23"><br>23</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-024.jpg" alt="24"><br>24</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-025.jpg" alt="25"><br>25</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-026.jpg" alt="26"><br>26</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-027.jpg" alt="27"><br>27</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-028.jpg" alt="28"><br>28</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-029.jpg" alt="29"><br>29</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-030.jpg" alt="30"><br>30</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-031.jpg" alt="31"><br>31</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-032.jpg" alt="32"><br>32</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-033.jpg" alt="33"><br>33</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-034.jpg" alt="34"><br>34</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-035.jpg" alt="35"><br>35</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-036.jpg" alt="36"><br>36</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-037.jpg" alt="37"><br>37</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-038.jpg" alt="38"><br>38</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-039.jpg" alt="39"><br>39</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-040.jpg" alt="40"><br>40</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-041.jpg" alt="41"><br>41</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-042.jpg" alt="42"><br>42</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-043.jpg" alt="43"><br>43</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-044.jpg" alt="44"><br>44</td>
    </tr>
    </table>
    <body>

  4. #4
    Expert confirmé
    Avatar de ProgElecT
    Homme Profil pro
    Retraité
    Inscrit en
    Décembre 2004
    Messages
    6 132
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 69
    Localisation : France, Haute Savoie (Rhône Alpes)

    Informations professionnelles :
    Activité : Retraité
    Secteur : Communication - Médias

    Informations forums :
    Inscription : Décembre 2004
    Messages : 6 132
    Par défaut
    A ...... les grands esprits se rencontre pour une même solution
    :whistle:pourquoi pas, pour remercier, un :plusser: pour celui/ceux qui vous ont dépannés.
    saut de ligne
    OOOOOOOOO👉 → → Ma page perso sur DVP ← ← 👈

  5. #5
    Expert confirmé

    Homme Profil pro
    Responsable déploiement (SCCM, InTune, GPO)
    Inscrit en
    Juillet 2014
    Messages
    3 218
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 46
    Localisation : France, Seine Saint Denis (Île de France)

    Informations professionnelles :
    Activité : Responsable déploiement (SCCM, InTune, GPO)
    Secteur : Transports

    Informations forums :
    Inscription : Juillet 2014
    Messages : 3 218
    Par défaut
    Ou alors tu passe par du code (ou intégralement) javascript qui gère les "this", voici pour l'exemple.

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    <Title>Hackoo Icon Folder Changer</Title>
    <head>
     
    <script type="text/javascript" language="JavaScript">
    function Test(obj)
    {
            TestVB(obj.alt)
    }
    </script>
     
    <SCRIPT LANGUAGE="VBScript">
    Function TestVB(idx)
            msgbox idx
    End Function
    </SCRIPT>
     
    <head>
    <body>
    <center><font color="White"> Click to choose an icon for your folder to be set</font><br>
    <table class="data">
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-000.jpg" alt="0" OnClick="Test(this)"><br>0</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-001.jpg" alt="1" OnClick="Test(this)"><br>1</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-002.jpg" alt="2" OnClick="Test(this)"><br>2</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-003.jpg" alt="3" OnClick="Test(this)"><br>3</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-004.jpg" alt="4"><br>4</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-005.jpg" alt="5"><br>5</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-006.jpg" alt="6"><br>6</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-007.jpg" alt="7"><br>7</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-008.jpg" alt="8"><br>8</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-009.jpg" alt="9"><br>9</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-010.jpg" alt="10"><br>10</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-011.jpg" alt="11"><br>11</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-012.jpg" alt="12"><br>12</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-013.jpg" alt="13"><br>13</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-014.jpg" alt="14"><br>14</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-015.jpg" alt="15"><br>15</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-016.jpg" alt="16"><br>16</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-017.jpg" alt="17"><br>17</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-018.jpg" alt="18"><br>18</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-019.jpg" alt="19"><br>19</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-020.jpg" alt="20"><br>20</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-021.jpg" alt="21"><br>21</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-022.jpg" alt="22"><br>22</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-023.jpg" alt="23"><br>23</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-024.jpg" alt="24"><br>24</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-025.jpg" alt="25"><br>25</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-026.jpg" alt="26"><br>26</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-027.jpg" alt="27"><br>27</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-028.jpg" alt="28"><br>28</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-029.jpg" alt="29"><br>29</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-030.jpg" alt="30"><br>30</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-031.jpg" alt="31"><br>31</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-032.jpg" alt="32"><br>32</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-033.jpg" alt="33"><br>33</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-034.jpg" alt="34"><br>34</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-035.jpg" alt="35"><br>35</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-036.jpg" alt="36"><br>36</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-037.jpg" alt="37"><br>37</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-038.jpg" alt="38"><br>38</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-039.jpg" alt="39"><br>39</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-040.jpg" alt="40"><br>40</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-041.jpg" alt="41"><br>41</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-042.jpg" alt="42"><br>42</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-043.jpg" alt="43"><br>43</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-044.jpg" alt="44"><br>44</td>
    </tr>
    </table>
    <body>

  6. #6
    Expert confirmé

    Homme Profil pro
    Responsable déploiement (SCCM, InTune, GPO)
    Inscrit en
    Juillet 2014
    Messages
    3 218
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 46
    Localisation : France, Seine Saint Denis (Île de France)

    Informations professionnelles :
    Activité : Responsable déploiement (SCCM, InTune, GPO)
    Secteur : Transports

    Informations forums :
    Inscription : Juillet 2014
    Messages : 3 218
    Par défaut
    Lol ProgElecT

    Je ne suis pas trop calé en hta ... donc je tente.

  7. #7
    Expert confirmé

    Homme Profil pro
    Responsable déploiement (SCCM, InTune, GPO)
    Inscrit en
    Juillet 2014
    Messages
    3 218
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 46
    Localisation : France, Seine Saint Denis (Île de France)

    Informations professionnelles :
    Activité : Responsable déploiement (SCCM, InTune, GPO)
    Secteur : Transports

    Informations forums :
    Inscription : Juillet 2014
    Messages : 3 218
    Par défaut
    Bizarrement, la simple présent de cette balise (script language="JavaScript"...) suffit.
    Vous comprendrez certainement mieux que moi pourquoi ...

    Code hta : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    <Title>Hackoo Icon Folder Changer</Title>
    <head>
     
    <script language="JavaScript">
    </script>
     
    <SCRIPT LANGUAGE="VBScript">
    Function Test(idx)
            msgbox idx
    End Function
    </SCRIPT>
     
    <head>
    <body>
    <center><font color="White"> Click to choose an icon for your folder to be set</font><br>
    <table class="data">
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-000.jpg" alt="0" OnClick="Test(this.alt)"><br>0</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-001.jpg" alt="1" OnClick="Test(this.alt)"><br>1</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-002.jpg" alt="2" OnClick="Test(this.alt)"><br>2</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-003.jpg" alt="3" OnClick="Test(this.alt)"><br>3</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-004.jpg" alt="4"><br>4</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-005.jpg" alt="5"><br>5</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-006.jpg" alt="6"><br>6</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-007.jpg" alt="7"><br>7</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-008.jpg" alt="8"><br>8</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-009.jpg" alt="9"><br>9</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-010.jpg" alt="10"><br>10</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-011.jpg" alt="11"><br>11</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-012.jpg" alt="12"><br>12</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-013.jpg" alt="13"><br>13</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-014.jpg" alt="14"><br>14</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-015.jpg" alt="15"><br>15</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-016.jpg" alt="16"><br>16</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-017.jpg" alt="17"><br>17</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-018.jpg" alt="18"><br>18</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-019.jpg" alt="19"><br>19</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-020.jpg" alt="20"><br>20</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-021.jpg" alt="21"><br>21</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-022.jpg" alt="22"><br>22</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-023.jpg" alt="23"><br>23</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-024.jpg" alt="24"><br>24</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-025.jpg" alt="25"><br>25</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-026.jpg" alt="26"><br>26</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-027.jpg" alt="27"><br>27</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-028.jpg" alt="28"><br>28</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-029.jpg" alt="29"><br>29</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-030.jpg" alt="30"><br>30</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-031.jpg" alt="31"><br>31</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-032.jpg" alt="32"><br>32</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-033.jpg" alt="33"><br>33</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-034.jpg" alt="34"><br>34</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-035.jpg" alt="35"><br>35</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-036.jpg" alt="36"><br>36</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-037.jpg" alt="37"><br>37</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-038.jpg" alt="38"><br>38</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-039.jpg" alt="39"><br>39</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-040.jpg" alt="40"><br>40</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-041.jpg" alt="41"><br>41</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-042.jpg" alt="42"><br>42</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-043.jpg" alt="43"><br>43</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-044.jpg" alt="44"><br>44</td>
    </tr>
    </table>
    <body>

  8. #8
    Expert confirmé
    Avatar de hackoofr
    Homme Profil pro
    Enseignant
    Inscrit en
    Juin 2009
    Messages
    3 844
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 50
    Localisation : Tunisie

    Informations professionnelles :
    Activité : Enseignant

    Informations forums :
    Inscription : Juin 2009
    Messages : 3 844
    Par défaut
    à vous deux pour l'aide, je crois que vous avez bien compris mon problème
    Je n'ai pas trouvé l'équivalent de this en vbscript, heureusement, il y a le javascript
    Code hta : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    <Title>Hackoo Icon Folder Changer</Title>
    <head>
     
    <script language="JavaScript">
    </script>
     
    <SCRIPT LANGUAGE="VBScript">
    Function Test(idx)
            msgbox idx
    End Function
    </SCRIPT>
     
    <head>
    <body>
    <center><font color="White"> Click to choose an icon for your folder to be set</font><br>
    <table class="data">
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-000.jpg" alt="0" OnClick="Test(this.alt)"><br>0</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-001.jpg" alt="1" OnClick="Test(this.alt)"><br>1</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-002.jpg" alt="2" OnClick="Test(this.alt)"><br>2</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-003.jpg" alt="3" OnClick="Test(this.alt)"><br>3</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-004.jpg" alt="4"><br>4</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-005.jpg" alt="5"><br>5</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-006.jpg" alt="6"><br>6</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-007.jpg" alt="7"><br>7</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-008.jpg" alt="8"><br>8</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-009.jpg" alt="9"><br>9</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-010.jpg" alt="10"><br>10</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-011.jpg" alt="11"><br>11</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-012.jpg" alt="12"><br>12</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-013.jpg" alt="13"><br>13</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-014.jpg" alt="14"><br>14</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-015.jpg" alt="15"><br>15</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-016.jpg" alt="16"><br>16</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-017.jpg" alt="17"><br>17</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-018.jpg" alt="18"><br>18</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-019.jpg" alt="19"><br>19</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-020.jpg" alt="20"><br>20</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-021.jpg" alt="21"><br>21</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-022.jpg" alt="22"><br>22</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-023.jpg" alt="23"><br>23</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-024.jpg" alt="24"><br>24</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-025.jpg" alt="25"><br>25</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-026.jpg" alt="26"><br>26</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-027.jpg" alt="27"><br>27</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-028.jpg" alt="28"><br>28</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-029.jpg" alt="29"><br>29</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-030.jpg" alt="30"><br>30</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-031.jpg" alt="31"><br>31</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-032.jpg" alt="32"><br>32</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-033.jpg" alt="33"><br>33</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-034.jpg" alt="34"><br>34</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-035.jpg" alt="35"><br>35</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-036.jpg" alt="36"><br>36</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-037.jpg" alt="37"><br>37</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-038.jpg" alt="38"><br>38</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-039.jpg" alt="39"><br>39</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-040.jpg" alt="40"><br>40</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-041.jpg" alt="41"><br>41</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-042.jpg" alt="42"><br>42</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-043.jpg" alt="43"><br>43</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-044.jpg" alt="44"><br>44</td>
    </tr>
    </table>
    <body><Title>Hackoo Icon Folder Changer</Title>
    <head>
    <link rel="stylesheet" type="text/css" href="http://help4windows.com/webfiles/style-help4windows.css">
    <script language="JavaScript">
    </script>
    <SCRIPT LANGUAGE="VBScript">
    Function GetIndex(idx)
        msgbox "%systemroot%\system32\shell32.dll," & idx
    End Function
    </SCRIPT>
    </head>
    <body>
    <center><font color="White"> Click to choose an icon for your folder to be set</font><br>
    <table class="data">
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-000.jpg" alt="0" OnClick="GetIndex(this.alt)"><br>0</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-001.jpg" alt="1" OnClick="GetIndex(this.alt)"><br>1</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-002.jpg" alt="2" OnClick="GetIndex(this.alt)"><br>2</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-003.jpg" alt="3" OnClick="GetIndex(this.alt)"><br>3</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-004.jpg" alt="4" OnClick="GetIndex(this.alt)"><br>4</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-005.jpg" alt="5" OnClick="GetIndex(this.alt)"><br>5</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-006.jpg" alt="6" OnClick="GetIndex(this.alt)"><br>6</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-007.jpg" alt="7" OnClick="GetIndex(this.alt)"><br>7</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-008.jpg" alt="8" OnClick="GetIndex(this.alt)"><br>8</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-009.jpg" alt="9" OnClick="GetIndex(this.alt)"><br>9</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-010.jpg" alt="10" OnClick="GetIndex(this.alt)"><br>10</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-011.jpg" alt="11" OnClick="GetIndex(this.alt)"><br>11</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-012.jpg" alt="12" OnClick="GetIndex(this.alt)"><br>12</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-013.jpg" alt="13" OnClick="GetIndex(this.alt)"><br>13</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-014.jpg" alt="14" OnClick="GetIndex(this.alt)"><br>14</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-015.jpg" alt="15" OnClick="GetIndex(this.alt)"><br>15</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-016.jpg" alt="16" OnClick="GetIndex(this.alt)"><br>16</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-017.jpg" alt="17" OnClick="GetIndex(this.alt)"><br>17</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-018.jpg" alt="18" OnClick="GetIndex(this.alt)"><br>18</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-019.jpg" alt="19" OnClick="GetIndex(this.alt)"><br>19</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-020.jpg" alt="20" OnClick="GetIndex(this.alt)"><br>20</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-021.jpg" alt="21" OnClick="GetIndex(this.alt)"><br>21</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-022.jpg" alt="22" OnClick="GetIndex(this.alt)"><br>22</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-023.jpg" alt="23" OnClick="GetIndex(this.alt)"><br>23</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-024.jpg" alt="24" OnClick="GetIndex(this.alt)"><br>24</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-025.jpg" alt="25" OnClick="GetIndex(this.alt)"><br>25</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-026.jpg" alt="26" OnClick="GetIndex(this.alt)"><br>26</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-027.jpg" alt="27" OnClick="GetIndex(this.alt)"><br>27</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-028.jpg" alt="28" OnClick="GetIndex(this.alt)"><br>28</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-029.jpg" alt="29" OnClick="GetIndex(this.alt)"><br>29</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-030.jpg" alt="30" OnClick="GetIndex(this.alt)"><br>30</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-031.jpg" alt="31" OnClick="GetIndex(this.alt)"><br>31</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-032.jpg" alt="32" OnClick="GetIndex(this.alt)"><br>32</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-033.jpg" alt="33" OnClick="GetIndex(this.alt)"><br>33</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-034.jpg" alt="34" OnClick="GetIndex(this.alt)"><br>34</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-035.jpg" alt="35" OnClick="GetIndex(this.alt)"><br>35</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-036.jpg" alt="36" OnClick="GetIndex(this.alt)"><br>36</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-037.jpg" alt="37" OnClick="GetIndex(this.alt)"><br>37</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-038.jpg" alt="38" OnClick="GetIndex(this.alt)"><br>38</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-039.jpg" alt="39" OnClick="GetIndex(this.alt)"><br>39</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-040.jpg" alt="40" OnClick="GetIndex(this.alt)"><br>40</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-041.jpg" alt="41" OnClick="GetIndex(this.alt)"><br>41</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-042.jpg" alt="42" OnClick="GetIndex(this.alt)"><br>42</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-043.jpg" alt="43" OnClick="GetIndex(this.alt)"><br>43</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-044.jpg" alt="44" OnClick="GetIndex(this.alt)"><br>44</td>
    </tr>
    </table>
    <body>
    Problème

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Réponses: 20
    Dernier message: 02/05/2010, 16h56
  2. Comment récupérer la valeur d'un composant d'une form
    Par NacerAli dans le forum Débuter
    Réponses: 5
    Dernier message: 27/02/2010, 11h19
  3. Réponses: 4
    Dernier message: 07/10/2008, 17h05
  4. Réponses: 2
    Dernier message: 11/12/2006, 12h38

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo