Hi Mike, Thanks. Highly appriciated. Should I put this code into the showAddress ()-function and then retrieve the 'lat' with GET in the php-script?
/Nimrod On 26 Apr, 01:45, Mike Williams <[email protected]> wrote: > Never use document.write after a page has completed loading. > > Consider using GDownloadUrl() rather than a hidden form > > GDownloadUrl('plog-upload.php', > function() {}, > 'lat=' +p[0] +'&lng=' + p[1], > 'application/x-www-form-urlencoded'); > > For 'multipart/form-data' data, format the data in that format and use > that string as the fourth parameter. > > --http://econym.org.uk/gmap > The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
