You need to keep an array or references to all the user drawn stuff as the user draws it.
Your save button should call a function that reads through that array and uses GDownloadUrl() in POST mode to send the data to your server. You'll need to convert all the data into a string, and you'll probably have to add some control information that tells the server what types of object you're sending to it. -- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
