View Single Post
  #4  
Old 12-29-2006, 04:09 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
Quote:
Originally Posted by Skyld View Post
Radio buttons are only supposed to allow one to be selected from a group.

This might be more accurate:
PHP Code:
temp.buttons = {"Radio_Button1""Radio_Button2""Radio_Button3"};

for (
temp.buttontemp.buttons)
{
  if ((@ 
temp.button).checked)
  {
    
// This is the checked button, so do whatever and stop the loop
    
break;
  }

Oh yeah, long time since I last used them.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote