Getting information from a site

ddady

Member
Joined
Sep 19, 2006
Messages
20
Programming Experience
Beginner
Hi all,

I need your help again.

I want to get some information from a site, when i'll push the button a variant will get the info.

Now, i have looked at the source code of the site and i have found what i'm looking for, the big question is how i get it.

This is a part of the source code and the info i want to get is marked in red:
VB.NET:
<td valign=top class="TD_LightText" nowrap>-0.400%</td>
<td align=right valign=top class="TD_LightText"> [COLOR=red]4.2380[/COLOR]</td>
<td align=right valign=top class="TD_LightText" dir=rtl>ארצות הברית </td>
<td align=right valign=top class="TD_LightText">1</td>
<td align=right valign=top class="TD_LightText" dir=rtl>דולר </td>
<td align=right valign=top width=15 class="TD_LightText"> </td>

Thanks in advance!
 
Last edited by a moderator:
I have downloaded it, but unfortunately i don't know what to do with it.

I mean, its a program?

I'll appreciate a little explanation :)
 
Back
Top