Hello Pat,
This is really my last resort, to get the information, i have to go through the screen scraping process.
And my company does have the authorization to scrape the info. from there site.
I am able to get all the content of the page. to the $text variable. but that content does have lot of <Tables> in it. which are all using the same <span>class through out the file.
So i am really interested in a particualr cell which gives <td>site address</td><td>3456 SW 21 street, Miami, FL</td>
Please give me an idea, how to get the site address information, which has (SW 21 street, Miami, FL)
That will be a greatest help for me.
Thank you very much for the information.
<TABLE cellSpacing="1" cellPadding="1" Width="600" Border="0">
<TR>
<TD VAlign="top">
<TABLE cellSpacing="0" cellPadding="2" width="450" border="1" BorderColor="black" >
<TR>
<TD WIDTH = "98" Align="Left">
<SPAN CLASS = "RedBodyCopyBold9">
Site Address
</SPAN>
</TD>
<TD Align="Left">
<SPAN CLASS = "BodyCopyBold9">
3456 SW 21 street, Miami, FL
</SPAN>
</TD>
</TR>
<TR>
<TD Align="Left" VAlign = "Top">
<SPAN CLASS = "RedBodyCopyBold9">
Property Owner
</TD>
<TD Align="Left" VAlign = "Top">
<SPAN CLASS = "BodyCopyBold9">
Cruz,FERNANDO & Cruz,Elizabeth
</SPAN>
</TD>
</TR>
<TR>
<TD Align="Left" VAlign = "Top">
<SPAN CLASS = "RedBodyCopyBold9">
Mailing Address
</SPAN>
</TD>
<TD Align="Left" VAlign = "Top">
<SPAN CLASS = "BodyCopyBold9">
3456 SW 21 street, Miami, FL
</SPAN>
</TD>
</TR>
</TABLE>
</TD>