[API google Maps javascript] affichage page html dans une infobulle
affichage page html dans une infobulle [API google Maps javascript] - HTML/CSS - Programmation
Sujets relatifs:
Leave a Replay
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 27-04-2010 à 17:12:37
bonjour,
je travaille sur google maps javascript, j'ai besoin d'afficher ma page html (qui contient du code JavaScript, et jquery) dans l'infobulle de mon marqueur,
GDownloadUrl(url, function(data, codeReponse) {
if(codeReponse==200){
GEvent.addListener(marker, 'click',
function(){
marker.openInfoWindowHtml(
data
);
});
}
})
le problème c'est que seul les balises html s'affichent, y a pas exécution du code JavaScript ???