On Sep 13, 12:26 pm, "[email protected]" <[email protected]> wrote: > On Sep 13, 12:16 pm, DaveGivesPHPaShot <[email protected]> wrote: > > > I'm working from this > > tutorialhttp://code.google.com/intl/fr/apis/maps/articles/phpsqlinfo.html > > which creates the form from a super-long java string. I think my > > problem may be from trying to do check marks with this method of > > creating the form. > > 1. it is javascript, not java > 2. that still doesn't make it a Google Maps API problem, as Esa said, > there are better forums to search for an answer or ask the question. > 3. if the query string in the GDownloadUrl call to the server has the > checkbox data in it, the problem is in your PHP that is processing the > returned information and storing it in the database and has nothing to > do with the Google Maps API.
Oops, this is the v3 forum, no GDownloadUrl in v3, replace that with XmlHttpRequest (althought the tutorial you pointed to is for v2 and uses GDownloadUrl, but your page is v3...). -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
