Feb 18, 2005 #1 btween Programmer Joined Aug 7, 2003 Messages 338 Location US Is there a function that when one radio button is checked another group of radio buttons becomes unchecked? http://www.designerwebs.us new york web development, ny web design
Is there a function that when one radio button is checked another group of radio buttons becomes unchecked? http://www.designerwebs.us new york web development, ny web design
Feb 18, 2005 #2 JontyMC Programmer Joined Nov 26, 2001 Messages 1,276 Location GB The beauty of being a programmer is that you can write one yourself. Upvote 0 Downvote
Feb 18, 2005 #3 trollacious Programmer Joined Sep 29, 2004 Messages 4,046 Location US Use the same name for all the radio buttons and the array will only have one checked at a time. Lee Upvote 0 Downvote