http://www.teamone.de/selfhtml/tche.htm#a2
Nimm lieber eine Checkbox "Alle" statt zweier Radiobuttons
Wenn man auf "Alle" klickt wird
function AllElements(Formular) {
für alle Checkboxen im Formular
document.Formular.CheckboxElement.click()
}
ausgeführt
Checkbox "Alle": onclick="AllElements(this.form)"