> webpage:http://newver.niraengineers.com > > I have a button (the lower left corner of the window) that calls a > function to display the latitude and longitude but when I click > nothing happens.
What script error does your browser report? Mine complains about a document.getElementById() that doesn't work. Your getLatLng() script is looking for an HTML element with id="lat_lng" to display its results in. It can't find one. -- 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.
