Hi all,
How can I retrieve info from a HTML table like this :
I want the bold things.
<table class="vis ">
<tr>
[B]<th width="150">Opslagplaats vol</th>
<th>Tijd (hh:mm:ss)</th> [/B]
</tr>
<tr>
[B]<td width="250"><img src="graphic/holz.png?1" title="Hout" alt="" class=""/> morgen om 02:35:48 uur</td> [/B]
<td>
<span class="timer">8:32:33</span>
</td>
</tr>
<tr>
[B]<td width="250"><img src="graphic/lehm.png?1" title="Leem" alt="" class=""/> morgen om 05:27:00 uur</td> [/B]
<td>
[B] <span class="timer">11:23:45</span>
[/B] </td>
</tr>
<tr>
[B]<td width="250"><img src="graphic/eisen.png?1" title="IJzer" alt="" class=""/> morgen om 06:14:38 uur</td> [/B]
<td>
[B] <span class="timer">12:11:23</span>
[/B] </td>
</tr>
</table>
</td></tr>
Thanks,
Vhyr