I am using a mapping site from within a VFP form using text address searches and it works very well.
Within the source of the downloaded page on the client PC is the following morsel of information that I would like to capture
I would like to capture the latitude and longitude to variables for further use in a database
Is this possible.
Thanks
Eric
Within the source of the downloaded page on the client PC is the following morsel of information that I would like to capture
Code:
<dd class="latitude">35:07:16S (-35.121)</dd>
<dt>Lon:</dt>
<dd class="longitude">138:32:05E (138.5347)</dd>
Is this possible.
Thanks
Eric