Hey all, First of all,sorry in advance if this has been asked before. I have a working Ajax Rating Control which gets its ratings from an xml file.
All i wanted to do is embed it into the infowindow so that it displays the average rating for that item. Something like: <- Picture Name: xxxx Address: xxxx Average Rating ***** (x votes) Show Entity <-Link I have everything working at the moment, except the knowledge of how to add the Ajax Rating Control. This is what gets added into the infowindow html = "<div style='min-width:220; min-height:100;'>" + "<img src='Thumbnail.ashx?PhotoPath=" + Photo + "'>" + "</div>" + "<div style='min-height:100;'>" + "<b>" + Name + "</b> <br/>" + Address + "<br />" + "<a href='" + URL + "'>Show Entity</a>" + "</div>"; Is that possible? All solutions i found were using other php rating controls, but I've already worked on this so wish that there is a way to do it. -- 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.
