Ce code ne fonctionne pas sous firefox =>
Si quelqu'un a une idée, elle est la bienvenue
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 <script> function TabClick(nTab){ Col = document.getElementsByName("Content"); for (i = 0; i < document.getElementsByName("Content").length; i++) { document.getElementsByName("tabs")[i].className = "rep_hp_tab_off"; document.getElementsByName("Content")[i].style.display = "none"; } document.getElementsByName("Content")[nTab].style.display = "block"; document.getElementsByName("tabs")[nTab].className = "rep_hp_tab_on"; } </script> <body onload="TabClick(0);"> . . . <tr align="center"> <td width="33%" class="rep_hp_tab_on" id="tabs" onclick="TabClick(0);">E-poll</td> <td width="33%" class="rep_hp_tab_off" id="tabs" onclick="TabClick(1);">Agenda</td> <td width="33%" class="rep_hp_tab_off" id="tabs" onclick="TabClick(2);">Blog</td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="rep_hp_dontmiss_content"> <tr> <td id="Content"><form name="form1" method="post" action=""> <strong>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis?</strong><br/> <br/> <input name="radiobutton" type="radio" value="radiobutton"/> Yes<br/> . . .![]()
Partager