salut a tous
j'ai besoin de votre aide pour faire fonctionner Easy DHTML Treeview ICI , en effet je veux un tree view avec des liens :
le problème c'est lorsque l'élément est composé , je ne peut pas mettre un lien comme ceci :
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 <TABLE BORDER=0> <TR><TD> <TABLE BORDER=0><TR><TD><IMG SRC="leaf.gif"> Analysis<DIV style='display:none'> </DIV></TD></TR></TABLE> </TR></TD> <TR><TD> <TABLE BORDER=0><TR><TD><A onClick="Toggle(this)"><IMG SRC="plus.gif"> Implementation</A><DIV style='display:none'> <TABLE BORDER=0><TR><TD WIDTH=10></TD><TD><IMG SRC="leaf.gif"> PHP<DIV style='display:none'> </DIV></TD></TR></TABLE> <TABLE BORDER=0><TR><TD WIDTH=10></TD><TD><A onClick="Toggle(this)"><IMG SRC="plus.gif"> Visual C++</A><DIV style='display:none'> <TABLE BORDER=0><TR><TD WIDTH=10></TD><TD><IMG SRC="leaf.gif"> Memory Leak problems<DIV style='display:none'> </DIV></TD></TR></TABLE> <TABLE BORDER=0><TR><TD WIDTH=10></TD><TD><IMG SRC="leaf.gif"> Database problems<DIV style='display:none'> </DIV></TD></TR></TABLE> </DIV></TD></TR></TABLE> </DIV></TD></TR></TABLE> </TR></TD> <TR><TD> <TABLE BORDER=0><TR><TD><IMG SRC="leaf.gif"> Design<DIV style='display:none'></DIV> </TD></TR></TABLE> </TR></TD> </TABLE>
ce code ne marche pas je pense a cause du chevauchement des anchor <a> , svp j'ai besoin d'aide
Code : Sélectionner tout - Visualiser dans une fenêtre à part <TABLE BORDER=0><TR><TD><A onClick="Toggle(this)"><IMG SRC="plus.gif"> <a href =""> Implementation </a> </A><DIV style='display:none'>![]()
Partager