I am developing web-application using Google Maps API and ASP.NET
Ajax.
Here is my JavaScript-code for PageLoad:

map.openInfoWindowHtml(map.getCenter(),'Hello, <b>world</b>!');

First run is successful. But after execution some ASP.NET Ajax-
function we have strange effect: In Internet Explorer, Mozilla Firefox
and Opera everything is good, but in Google Chrome text with html-tags
is invisible. In other words in Google Chrome we have text: “Hello, !”

I want to make the application that would normally in Google Chrome
too. How can I do it?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to