On Oct 14, 6:48 am, "D.A.MacHutta" <[EMAIL PROTECTED]> wrote:
> the summary didn't describe what i want all too well as i couldn't sum
> it up that easy. I have a script that pulls the latitude and longitude
> from google maps depending on an address I type into a field. and that
> works great. but it puts the latitude and longitude in the map
> InfoWindow(). I want it to put the latitude in it's own field and the
> longitude in it's own field. here's  the code:
>

Please post a link to your map, not code.

>
> I hope I'm not asking too much of anybody. I was hoping this would be
> as simple as document.getElementById().value = latitude; but that
> proved unworthing. thanx much yall

document.getElementById().value = latitude;
What element?  What set the value of latitude?
  -- Larry

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to