Hi all! I suspect a bit of a n00b question is coming up. I may not explain this too well, which is why I'm probably having problems trying to find a solution through google!
my code is here btw: http://apricot13.org/tcp/maps/phpfilter/ I'm bringing in data from a database and placing markers on the map - currently its displaying the name from the database in the infowindow - I'd like it to display more than one thing. I've another field in the database called description - how would I display that in the infowindow as well as name? The code that displays the name is part of a for loop, markers[i].infowindow = ""+events[i].getAttribute("name"); I've been trying to work out a way to add the description to this line but with no avail. Am I editing the wrong line!?! Thanks for any help!! Han --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
