Oups Désoler,
document.getElementById('selection')
Merci
--
Rodinrott
Oups Désoler,
document.getElementById('selection')
Merci
--
Rodinrott
Peut-on voir le html de selection ?
voila j'espere qu'il y a se qu'il faut.
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> <tr> <td width="200" align="center"> <INPUT type= "radio" name="choisir" value="RCD" Onclick="select_fichier('27300')"> Insertion de RCD </td> <td width="200" align="center"> <INPUT type= "radio" name="choisir" value="DATE" Onclick="select_date('27300')"> Par Date </td> <tr> </table> </center> <center> <form name="form" id="form" method="post" enctype="multipart/form-data"> <table> <tr> <td><div id="selection"></div><br /> </td> <tr> </table> </form>
J'ai trouvé :
Remplacement du document.write par document.getElementById('selection_2').innerHTML dans mon fichier de calendrier.
ça marche pas mal.
Merci de votre aide trés précieuse...
--
Rodinrott
Partager