Hi,
Is there a way to use the DOM to uncheck all of my radio buttons (dynamic set names) within a table. I will be able to get the name of the table by
document.getElementById("mytable");
I want to cycle through all radio buttons in the table and uncheck each one.
I think this is possible but cant find any resources on the web at the moment.
Can anybody help?
JimFl
Is there a way to use the DOM to uncheck all of my radio buttons (dynamic set names) within a table. I will be able to get the name of the table by
document.getElementById("mytable");
I want to cycle through all radio buttons in the table and uncheck each one.
I think this is possible but cant find any resources on the web at the moment.
Can anybody help?
JimFl