View Single Post
Old 01-19-2005, 02:17 PM  
SickFinga
Registered User
 
Join Date: Nov 2002
Posts: 77
Java-scri-pt help

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
SickFinga is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote