audrey11
01-12-2004, 08:47 AM
I'm trying to write a fairly simple form. It will have three columns with options (as radio buttons) under each column. But when the user selects an option in, say, column 1, then I want to gray out some of the other options under the other columns so that they can only pick certain ones from columns 2 or 3.
So if someone clicks on the 3rd radio button on column one, everything will be grayed out except, say, the 2nd radio button under column two and the 5th radio button under column three.
By "grayed out" I mean, somehow indicate to the user that they can't pick those options (and if they do, a popup box gives error). Graying out could be a font color change (is this possible?)
Can anyone give me a quick example? Or point me to a tutorial of some sort?
Thank you!
So if someone clicks on the 3rd radio button on column one, everything will be grayed out except, say, the 2nd radio button under column two and the 5th radio button under column three.
By "grayed out" I mean, somehow indicate to the user that they can't pick those options (and if they do, a popup box gives error). Graying out could be a font color change (is this possible?)
Can anyone give me a quick example? Or point me to a tutorial of some sort?
Thank you!