var html = "<div class='infowindow'><b>" + name + "</b> <br/>" + address + "</div>";
On Aug 14, 12:45 am, Mark <[email protected]> wrote: > Hey guys, > > I'm using the technique shown in this example below to generate > markers from a mysql > database:http://code.google.com/apis/maps/articles/phpsqlajax_v3.html > > How would it be possible for me to add a class attribute to all > infowindows? (For example, just class="infoWindow" would be good.) > > Thanks > Mark -- 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.
