Thanks Rossko! Yes, now I realize that I can't write the infoWindow data to an XML file on the server, using JS or jQuery (since both are client-side languages).
So, I 'll have to try using PHP or ASP (both, server side-langs). Any code ex. welcome! Thanks! SFdude On May 12, 6:44 pm, Rossko <[email protected]> wrote: > > - The output XML file should be generated at the time the infoWindow > > is displayed on screen. > > You should perhaps > seehttp://articles.sitepoint.com/print/xml-javascript-mozilla > scroll down to - > " Is it Possible to Write to an XML File? > No, it’s not possible to write to an XML file using client-side > JavaScript" > > The usual approach is to use client-side javascript to send the data > to some server-side service that you also write, that will take care > of file creation/updating. > > The technique is illustrated > herehttp://code.google.com/apis/maps/articles/phpsqlinfo.html > even if you don't intend to use a database; then you'd replace > database updating code with file editing. > > -- > 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 > athttp://groups.google.com/group/google-maps-api?hl=en. -- 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.
