Thank you very much for your help. I tried doing that, but now the page only comes up blank. Maybe I put it in the wrong area or mistyped something. Can you take a look once more and tell me if you notice the mistake?
On Jul 20, 2:59 pm, Esa <[email protected]> wrote: > On Jul 21, 12:33 am, Shaunt <[email protected]> wrote: > > > However, you'll notice a separate div on the right side with > > nothing but a search box in it. I want that div to be filled with a > > list of the coordinates from the results in the div on the left. > > You have a good start with the line: > > document.getElementById(latlng) > > in the right place but it is throwing an error at the moment. Try: > > document.getElementById("latlong").innerHTML += > (markerLatLng.toUrlValue + "<br/>"); --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
