I'm making a website manipulation program.
I make it for educational purposes only.
It browse to the website for me, and on that website i want the program to check a radiobutton for me!
When i use this code: WebBrowser1.Document.All("boten").InvokeMember("click")
It checks the upper one, but i want it to check the third one!
This is the source code for the radio button: <td class='Innhold' colspan='1'><input type='radio' name='boten' value='3' /><label for='boten'>Steal money from an old lady.</label></td>
<td align='center' class='Innhold' colspan='1'>50%</td>.
How can i make my program to check that radiobutton?
Sorry for bad writing and english. (From norway.)
I will appreciate help, and ask question's if u did'nt understand something!
-Andis


