link

Here is my problem:

First i used this code:

this.wb2.Document.All["id"].InvokeMember("click");

But that just click the first radiobutton with id as name

Then i thought: (idea) why can't i pick after value, after 24 hours of searching and talking i figured out a way.

But....
I just found out that the value changes too.

So i figured i could try to click the radio button out of some other infomation.

Here are The whole source for one radio button.
<tr><td width=5><input type="radio" name="id" value="18827"></td>  <td class="mainTxt">Kristiansand</td>  <td class="mainTxt"><span class="hotspot" onmouseover="toolTipIn('bruker.php?q=1234', '1');" onmouseout="toolTipOut();"><a class="L1" href="?side=profil&id=1234" style="display:inline">Dirtbag</a></span> (2:2)</td>  <td class="mainTxt"><b>50.000.000</b> kr</td>


Any ideas? One thing that never changes is href="?side=profil&id=1234

Is there possible to pick the radiobutton from that piece of information? Or any other information?

- Incredible