function fonctionRadioBoutons() {
                    alert("Dans la fonction : " + $("input:radio[name=radioBoutons]:checked").val());
                }

rejome wrote:
Hello,

Here is my prototype : http://rejome.homeip.net:8080/prototype.html

I don't understand how I can get the radiobutton value in the
function...

Please help me :-)

  

Reply via email to