View Single Post
  #2  
Old 12-29-2006, 04:04 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
PHP Code:
for (0numberofradiobuttons++) {
  if ((
"Radio_Button" i).checked == truetemp.checked ++;
}
if (
temp.checked == numberofradiobuttons) {
  
// all buttons are checked!

Just an example on how to check if all of them are checked.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote