Returning value from a Web Control

Returning value from a Web Control

am 24.01.2008 01:10:20 von laurenq uantrell

This is a way out there question, but hoping this is possible.

I have an Access form with the Web Control.
The web control navigates to a web page that calls the Google Maps
API.
I want to be able to click a point on the map, and have the
coordinates returned so that I can do something with them in VBA.

I can put a text control in the HTLM on the web page, so is I can't
directly process the map click coordinates, maybe I can retrieve the
values in the map's text control?

Wishful thinking but I'm hoping this is possible.
Any help is appreciated.
lq

Re: Returning value from a Web Control

am 24.01.2008 02:03:33 von Salad

Lauren Quantrell wrote:

> This is a way out there question, but hoping this is possible.
>
> I have an Access form with the Web Control.
> The web control navigates to a web page that calls the Google Maps
> API.
> I want to be able to click a point on the map, and have the
> coordinates returned so that I can do something with them in VBA.
>
> I can put a text control in the HTLM on the web page, so is I can't
> directly process the map click coordinates, maybe I can retrieve the
> values in the map's text control?
>
> Wishful thinking but I'm hoping this is possible.
> Any help is appreciated.
> lq

I don't know if this will help. I went to google and searched on
retrieve google map coordinates

There were a bunch of hits...like
http://www.developer.com/tech/article.php/3548171

Hope this helps.

Re: Returning value from a Web Control

am 24.01.2008 04:24:56 von laurenq uantrell

On Jan 23, 8:03=A0pm, Salad wrote:
> Lauren Quantrell wrote:
> > This is a way out there question, but hoping this is possible.
>
> > I have an Access form with the Web Control.
> > The web control navigates to a web page that calls the Google Maps
> > API.
> > I want to be able to click a point on the map, and have the
> > coordinates returned so that I can do something with them in VBA.
>
> > I can put a text control in the HTLM on the web page, so is I can't
> > directly process the map click coordinates, maybe I can retrieve the
> > values in the map's text control?
Salad, thanks but I am already doing this. The article only speaks to
retrieving coordinates and plotting them on the map. I'm doing this in
Javascript already. What I'm trying to do is to pull or push these
coordinated back into Access VBA.
lq

>
> > Wishful thinking but I'm hoping this is possible.
> > Any help is appreciated.
> > lq
>
> I don't know if this will help. =A0I went to google and searched on
> =A0 =A0 =A0 =A0 retrieve google map coordinates
>
> There were a bunch of hits...likehttp://www.developer.com/tech/article.php=
/3548171
>
> Hope this helps.- Hide quoted text -
>
> - Show quoted text -