pls I'm getting hopeless.
I wrote this part of code:
function onCloseFn() {
        
map.openInfoWindowHtml(map.getCenter(),myHTML,onClosefn(),{noCloseOnClick:
true});
        }
map.openInfoWindowHtml(map.getCenter(),myHTML,onClosefn(),{noCloseOnClick:
true});

pls write me what is wrong why it doesn't work. if I had only this:
map.openInfoWindowHtml(map.getCenter(),myHTML,{noCloseOnClick: true});
it will be working quite good but it is not solution of my problem.

i really don't know.

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