View Single Post
Old 01-19-2005, 02:23 PM  
Clarion
Confirmed User
 
Join Date: Jan 2005
Location: Ontario, OR
Posts: 148
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?
__________________
Structure Northwest :: the cure for the common code ::
AIM: Asatruel | Yahoo!: Asatruel | ICQ: 111-638-053
Clarion is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote