J' ai communiqué dans mon précédent mail l'adresse url du problème. Ainsi que le code HTML du fichier tpl du serveur qui lance la fonction java d_c_selector, et le code java de cette fonction.
Merci encore pour cette aide car je ne suis pas développeur mais j'essaye de comprendre ces codes.
Dîtes moi exactement ce que vous avez besoin pour analyser mon problème. Le code source d'un des checkbox est :
<input class="d_c_selector" id="169_196" type="checkbox" indeterminate onclick="d_c_selector(169)"/>
</section></div></div><h3 class="page-product-heading">Déclinaisons</h3><table class="table_d_c"><tr><td><p><p><p style="float: left;"><form name=CMU (Kg)> <span class="attribut_name">CMU (Kg)</span> :</p></p><p><p style="float: left;"><style type="text/css">#uniform-169_166{ display: inline;}</style><input class="d_c_selector" id="169_166" type="checkbox" indeterminate onclick="d_c_selector(169)"/> 50<style type="text/css">#uniform-169_193{ display: inline;}</style><input class="d_c_selector" id="169_193" type="checkbox" indeterminate onclick="d_c_selector(169)"/> 80<style type="text/css">#uniform-169_181{ display: inline;}</style><input class="d_c_selector" id="169_181" type="checkbox" indeterminate onclick="d_c_selector(169)"/> 150<style type="text/css">#uniform-169_186{ display: inline;}</style><input class="d_c_selector" id="169_186" type="checkbox" indeterminate onclick="d_c_selector(169)"/> 250<style type="text/css">#uniform-169_190{ display: inline;}</style><input class="d_c_selector" id="169_190" type="checkbox" indeterminate onclick="d_c_selector(169)"/> 500<style type="text/css">#uniform-169_177{ display: inline;}</style><input class="d_c_selector" id="169_177" type="checkbox" indeterminate onclick="d_c_selector(169)"/> 1000<style type="text/css">#uniform-169_182{ display: inline;}</style><input class="d_c_selector" id="169_182" type="checkbox" indeterminate onclick="d_c_selector(169)"/> 1600<style type="text/css">#uniform-169_184{ display: inline;}</style><input class="d_c_selector" id="169_184" type="checkbox" indeterminate onclick="d_c_selector(169)"/> 2000</p></p> <br> </br></form><p><p style="float: left;"><form name=Portée (m)> <span class="attribut_name">Portée (m)</span> :</p></p><p><p style="float: left;"><style type="text/css">#uniform-169_168{ display: inline;}</style><input class="d_c_selector" id="169_168" type="checkbox" indeterminate onclick="d_c_selector(169)"/> 2<style type="text/css">#uniform-169_167{ display: inline;}</style><input class="d_c_selector" id="169_167" type="checkbox" indeterminate onclick="d_c_selector(169)"/> 2.5<style type="text/css">#uniform-169_170{ display: inline;}</style><input class="d_c_selector" id="169_170" type="checkbox" indeterminate onclick="d_c_selector(169)"/> 3<style type="text/css">#uniform-169_169{ display: inline;}</style><input class="d_c_selector" id="169_169" type="checkbox" indeterminate onclick="d_c_selector(169)"/> 3.5<style type="text/css">#uniform-169_172{ display: inline;}</style><input class="d_c_selector" id="169_172" type="checkbox" indeterminate onclick="d_c_selector(169)"/> 4<style type="text/css">#uniform-169_171{ display: inline;}</style><input class="d_c_selector" id="169_171" type="checkbox" indeterminate onclick="d_c_selector(169)"/> 4.5<style type="text/css">#uniform-169_174{ display: inline;}</style><input class="d_c_selector" id="169_174" type="checkbox" indeterminate onclick="d_c_selector(169)"/> 5<style type="text/css">#uniform-169_173{ display: inline;}</style><input class="d_c_selector" id="169_173" type="checkbox" indeterminate onclick="d_c_selector(169)"/> 5.5<style type="text/css">#uniform-169_176{ display: inline;}</style><input class="d_c_selector" id="169_176" type="checkbox" indeterminate onclick="d_c_selector(169)"/> 6<style type="text/css">#uniform-169_175{ display: inline;}</style><input class="d_c_selector" id="169_175" type="checkbox" indeterminate onclick="d_c_selector(169)"/> 6.5<style type="text/css">#uniform-169_195{ display: inline;}</style><input class="d_c_selector" id="169_195" type="checkbox" indeterminate onclick="d_c_selector(169)"/> 7<style type="text/css">#uniform-169_194{ display: inline;}</style><input class="d_c_selector" id="169_194" type="checkbox" indeterminate onclick="d_c_selector(169)"/> 7.5<style type="text/css">#uniform-169_196{ display: inline;}</style><input class="d_c_selector" id="169_196" type="checkbox" indeterminate onclick="d_c_selector(169)"/> 8</p></p> <br> </br></form></p> <input type="hidden" id="list_ids_169" value="169_166|169_193|169_181|169_186|169_190|169_177|169_182|169_184|169_168|169_167|169_170|169_169|169_172|169_171|169_174|169_173|169_176|169_175|169_195|169_194|169_196|"/></td>
Partager