Hi,

We have an application that generates html code through a GUI... The html fields (like radio, checkbox etc..) generated are all inside table/tr/td. And none of the fields are assigned any id.

The issue currently is that we have many radio buttons generated in the same way. They just cannot be grouped. And we need to make sure that the user can select only one at a given time... We think we can use javascript for...