First off I would grab Debugbar if you are using IE.
This will allows you to see the document and select selections from it.
You can see each Div is of a certain class. 
So if I use Google maps and type in Pizza, then I run Debugbar and place
te4h target over one of the listing on the left I see that each entry has a
Div  with a class of "one".

I also see that it is in a frame with a name of "vp".


Once you have that, you are one your way!
You can easily parse the html of the frame to get your listings.


Hope this helps!

G


On 3/4/10, Rich <[email protected]> wrote:
> Hello All,
>
> I'm trying to write a simple address stripping program.  For example
> if you look at google maps and you wish to search for say a plumber or
> electrician, it returns a list of addresses within a region.  All I
> would like to do is to be able to lift these addresses for an
> application I'm writing.
>
> The problem I have is that the addresses are not in the page source
> html.  However, the data is clearly visible on the resultant web
> page.  Is there a way the displayed data and not the page source.
>
> BTW I'm using c#
>
> Thanks in advance,
>
> R.
>

-- 
Sent from my mobile device

Ravindra kumar
delhi

Reply via email to