I am developing website 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 and Safari text
with html-tags
is invisible. In other words in Google Chrome and Safari we have text:
“Hello, !”

I want to make the application that would normally in Google Chrome
and Safari
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