Quote:
|
Originally Posted by SickFinga
I need to check if a uses selected radio in the form
here is what i got
PHP Code:
if (form.usr.checked hahahaha false){
alert("Please select Yes or NO:");
form.usr.focus();
return false;
}
But it doesnt work, user does not get an alert message
|
is usr the name of the radio button and form the name of the form?