Ummm...but you *ASKED* for
Quote:
|
Can you tell me how to use a radio button and his function checked true, false?
|
And that's not as simple.
A normal radio button, if there is only ONE of the given
name=, can *NOT* be unchecked. Only checked.
You would need some mildly sneaky JavaScript code to be able to un-check a single radio button.
I don't think that's what you really wanted, based on your last post, but just be aware of it.