Bonjour a tous,j'aurais besoin d'un peu d'aide pour une modif que j'ai du mal a trouver,je vous montre mon code:

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
<table width="370" cellpadding="0" cellspacing="0" border="1" class="rotrahmen_pi" id="tab3">
  <form action="http://fr.racingmanager.yahoo.net/yracing/mannschaft-chef-ansicht.jsp" method="POST">
    <input type="hidden" name="action" />
    <input type="hidden" name="mitgliedTeamID" />
    <tr>
      <td width="366" height="18" bgcolor="#E5E5E5" class="head_pi_txt">&nbsp;Tous les membres</td>
    </tr>
    <tr>
      <td align="left" valign="middle"><table border="0" width="361">
          <tr>
            <td colspan="2">&nbsp;</td>
          </tr>
          <tr class="data0">
            <td width="220" align="left">&nbsp;<img src="http://fr.racingmanager.yahoo.net/static/yracing/img/flag/flag_fr.gif" alt="[FR]" border="1"/> <a class="data0" href="nachricht-verfassen.jsp?empfaengerTeamID=768880&empfaengerCode=0">Vins</a> <small>(#768 880)</small></td>
            <td width="131" align="left"><input type="submit" class="submit" id="submitbutton" value="Annuler l’adhésion" onClick="this.form.elements['action'].value='akEntlasseMitglied'; this.form.elements['mitgliedTeamID'].value='768880'" />
            </td>
          </tr>
        </table></td>
    </tr>
  </form>
</table>
et ce que je cherche a faire est de mettre la value(ici 768880) dans un <input type"text"> car je veux que la value soit différente selon mes besoins..

Merci .Vins.