Bjr SVP j'ai besoin de votre aide pour détecter l’erreur au niveau de la ligne n° 10
MERCI
Code javascript : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12 <script type="text/javascript"> function con(Id_Indic) { jQuery(document).ready(function() { centerPopup(); loadPopup(); jQuery("det").load(1, {}, function() { }); document.getElementById('det').innerHTML="<iframe src=\"index.php?Id_Indic="+Id_Indic+"style=\"height: 490px; width: 100%;\"></iframe>"; }); </script>
Partager