Hi,I am making an autofill-program, and have some issues with selecting radiobuttons. I use Visual C# 2010 express edition. Normally I just use getelementsbyid, setattribute and invokemember, but I don't see how I can select a radiobutton without id. Maybe I need to edit the html to make a radiobutton checked, and then just use invokemember to submit?
</tr> <tr> <td><input type="radio" name="x1" value="ve"> Vero</td> </tr> <tr> <td><input type="radio" name="x1" value="ee"> Eee</td> </tr> <tr> <td><input type="radio" name="x1" value="wa"> Walla</td> </tr> <tr> <td><input type="radio" name="x1" value="qu"> Quack</td> </tr> <tr>