Your HTML, while it has some issues, should get the job done. However, you should get
in the
habit of quoting your attribute values:
Should be:
Sooner or later, failure to quote those values will bite you if you get a value with
angle
brackets (<>), white space, or other things th
I have a situation where I have a list of items with radio buttons attached
to each row of data. I would like to select a specific radio button attached
to a specific row of data and pass data elements contained in that row to
the next page.
Here is the html code for the initial screen. At the bot