> You can see it hierhttp://altmark-rundkurs.de/karte.php. Click on > Navigation->Events.
That map throws an error in IE6 ; your doctype is invalidated because you have a <div> and a <table> in front of it. You should put these in the <body> somewhere. ö is an XML entity code. When you put that into an infowindow, which expects HTML, the browser can sort it out (XML and HTML have the same entity encoding). When you put that into a GMarker's title, it is expecting a simple string. The code is treated only as a string of characters, the browser doesn't know to perform any entity decoding on it. So you'll need to get your javascript to decode the entity first - this looks helpful - http://bytes.com/groups/javascript/152866-decoding-numeric-html-entities cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to Google-Maps-API@googlegroups.com To unsubscribe from this group, send email to google-maps-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---