Wasn't it Ronnie1985 who wrote: > >Hi, > >I'm unable to implement the method your are quoting.
Why not? >Can you please >tell me if I can use the Directions.load method to store the value in >a variable and send it using a hidden field over POST data. After >that I can download it to a PHP variable maybe.... > >Can you please tell me how to do that? That's going to cause some unnecessary side effects: The user would have to wait for the GDirections to complete, then click the <form> that sends the hidden data to the script. Actually submitting the form forces the current page to exit, and passes control to whatever comes back from the second script. -- 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 -~----------~----~----~----~------~----~------~--~---
