> I am using > $_GET['municipalite'] in my php and it seems that there needs to be > something connecting the form and the php.
You will need to find out how to use javascript to read form values http://www.washington.edu/webinfo/snippets/javascript/formvals.html Then you place those values in the GDownloadUrls URL string, if you want to use GET (earlier you said you were using POST) somedata = someformobject.value ; GDownloadUrl( someURL + '?municipalite=' + somedata .... http://econym.org.uk/gmap/basic11.htm -- 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.
