Je veux que la ligne de mon tableau soit un lien sur une page mais j'y arrive pas
voila 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
22
23
24
25
26
27
28
29
30
31
32
33
34
<!--VTP_liste-->        
<b><font color="green">{#avertok}</font></b>
<b><font color="red">{#avertko}</font></b>
<br><br>
<table width="98%" border="0"><tr>
    <th width="7%">Nom d'utilisateur</th>
    <th width="7%">Nom Prénom</th>
    <th width="20%">Service</th>
    <th width="35%">Modules : accès</th>
    <th width="24%">Groupes</th>
    </tr>
<!--VTP_lignes-->
<a href# onClick="updateParent({#login})">
<tr >
    <td class="{#couleur}">&nbsp;&nbsp;&nbsp;{#login}</td>
    <td class="{#couleur}"><div align="center">{#nom} {#prenom}</div></td>
    <td class="{#couleur}"><div align="center">{#nomservice}</div></td>    
    <td class="{#couleur}">
    <!--VTP_modules-->
    <li><i>{#nommodule}</i> : {#acces}</li><br>
    <!--/VTP_modules-->
    </td>
    <td class="{#couleur}">
    <!--VTP_groupe-->
    <li><i>{#nomgroupe}</i></li><br>
    <!--/VTP_groupe-->
    </td>
 
</tr>
</a>
<!--/VTP_lignes-->
</table>
</center>
<!--/VTP_liste-->