Hi Guys
Can anyone give me an example on how to retrieve the value 16 in bold under the tagname <td>In process</td> with a webbrowser and insert this value to a texbox. Thanks
<tbody>
<tr class="odd">
<td>In Process</td>
<td class="number">***16***</td>
<td class="number">1</td>
<td class="number">01:16:48</td>
<td class="number">02:54:00</td>
<td class="radio"><input type="radio" name="queue" checked="checked" onclick="document.location.href='management.lhtml?queue=1';" /></td>
</tr>
<tr>
<td>Verification</td>
<td class="number">11</td>
<td class="number">0</td>
<td class="number">00:59:24</td>
<td class="number">07:23:26</td>
<td class="radio"><input type="radio" name="queue" onclick="document.location.href='management.lhtml?queue=2';" /></td>
</tr>
<tr class="odd">
<td>Ready</td>
<td class="number">20</td>
<td class="number">0</td>
<td class="number">03:26:40</td>
<td class="number">08:38:42</td>
<td class="radio"><input type="radio" name="queue" onclick="document.location.href='management.lhtml?queue=3';" /></td>
</tr>