
i used this javascript code but it didnt work
function valider(){
frm=document.forms['frmSaisie'];
if(frm.elements['Gender'].value != "") {
return true;
}
else {
alert("Please choose your gender");
return false;
} }
i tested with other components this javascript code and it worked well but with this one it does nothing
i tested too (frm.elements['Gender'].checked != false) but it returns nothing..
if Someone have and Idea Please Help..thxx
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.