> Iam revision the source code previous answers. Please check the code below

What are we checking for?  You don't seem to have followed the advice
so far.

> or onlinewww.kurtulamayanlar.org

I don't see a map there, I think it is a sizing issue (no height)


...
> createMarker(marker,html_text,map);}

You are not passing on the 'title' value you extracted from your XML
to your createMarker() function

...
>  function createMarker(point,info,map) {

Your createMarker() function is not yet expecting to passed a value to
use for the title

>  var title = 'etiket';

When you do pass the title, you can get rid of this line of course

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