Wasn't it wdoerner who wrote: > >Since it hasn't been answered and I couldn't find it on the econym web >site, does anybody know how to export the results? I can generate a >driving distance, geocode lat/long, or come up with directions, but I >don't know how to get javascript to automatically export/save the >output into a TXT or CSV (preferably the action will happen on client >side and not server side). If I save the web page, it doesn't help >because the GDirections result is not actually captured. > >Any input on where I could look for the javascript code to export >variables to TXT or CSV? I don't want a button on the page (like on >batchgeocode.com where it exports to KML). I prefer the save process >to be automatic I want to stay within javascript (not use something >like Python).
There are extremely good security reasons for not allowing *your* Javascript code to write TXT or CSV files to *my* computer. The only thing you can write to the client computer is cookies. -- 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 -~----------~----~----~----~------~----~------~--~---
