You might get a better response if you post your problem in a new thread of its own, rather than adding on to someone elses' completely different problem
For what it's worth, your form issue doesn't seem to have anything at all to do with the G-Maps API. > I wanna pass variables to GDownloadUrl, but I get xxxx.html? > start=2008-01-01&end=2008-01-01&Button=submit in the addressbar. Yup, that looks good to me. Remember your form is not submitted to the server, it gets submitted to a javascript function called load() which is on your page xxxx.html. Later on, your javascript will send some parameters to yyyyy.php and that won't be visible on the browser at all. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
