Setting Radio Buttons Value
I'm writing a script that has four radio buttons. They each have a value of A, B, C, and D. Now, I am pulling a letter value from a database using CGIREXX code (I don't expect anybody to know any CGIREXX) and I have the value, lets say "B" set to a variable. How do I initially set the default value of the radio button group to equal the radio button with the value of "B"? I read something about a defaultChecked property but I wasn't able to get it to work, if you know about this property and how to set it, or just a way to set the default value dynamically, please let me know. Thanks.
:cool: