Also;

> var contentString = '<div align="left">
> Blok No: A - Blok<br>
> &nbsp;Daire No: 511<br>
> &nbsp;Aidat: 400 TL<br>
> &nbsp;Kira: 1400 TL<br>
> &nbsp;Satış Fiyatı: 230.000 TL<br>
> &nbsp;Oda Sayısı: 4 Oda, 1 Salon
> </div>';
>   // Replace our Info Window's content and position
>   infowindow.setContent(contentString);
>   infowindow.setPosition(event.latLng);

..did not help :(

On Dec 13, 12:47 am, Onur Güzel <[email protected]> wrote:
> Hi guys,
> I have strange problem, if use try to use include a html to show my
> custom content as bubble to infowindow object, i get no map. My code;
>
> var contentString = "<div align="left">
> Blok No: A - Blok<br>
> &nbsp;Daire No: 511<br>
> &nbsp;Aidat: 400 TL<br>
> &nbsp;Kira: 1400 TL<br>
> &nbsp;Satış Fiyatı: 230.000 TL<br>
> &nbsp;Oda Sayısı: 4 Oda, 1 Salon
> </div>";
>   // Replace our Info Window's content and position
>   infowindow.setContent(contentString);
>   infowindow.setPosition(event.latLng);
>
>   infowindow.open(map);
>
> ..but if i write some fixed string to as 'contentstring', it works
> perfectly fine.
>
> What's the problem about that OR is there a way to refer to url
> of .html file containing the same block above via javascript?
>
> Thanks!
>
> Onur

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to