On Aug 9, 7:49 am, Pierre <[email protected]> wrote: > Hi! > > I am working on a website where I get users to submit their data into > my online database via a marker listener table. I then give users the > chance to view what others have submitted through info windows showing > certain fields of the initial table. You can see what I mean at the > following address. > > http://pippin.geog.mcgill.ca/acton/manual/ > > I am wondering if it is possible to create a table in the info windows > which connect to my mysql database?
It is. > I have tried creating tables using > HTML in the javascript for "var html =" but it doesn't seem to work. > > Here is what is currently being called up! > > var html = "<b>Nom:</b>" + nom + "<br/>" + > "<b>Municipalité:</b>" + municipalite + "<br/>" + > "<b>Secteur:</b>" + secteur + "<br/>" + > "<b>Commentaires:</b>" + commentaires + "<br/>" + > "<b>Autres informations:</b>" + autres; > > I am looking for a more structured way of displaying each field and > result.Any pointers would be appreciated! What have you tried to create a table there? I see a table in the dblclick listener that seems to work just fine. -- Larry -- 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.
