I was wondering if there is a script that can uncheck a radio button when you double click on that radio button. Thanks for any help, this goes through an xml parser, so it has to be structured correctly.
so is there no way to click on a selected radio button to have it deselect that radio button without having to select another radio button in its group?
I'm not sure if this is what you meant <input type="radio" name="a" ondblclick="this.checked = false" /> Click PHP: