Hi there,
I'm working on a google map with some markers on it, and in the
infoWindow that pops up i have a link to see an enlarged image. When i
click on the image it jusst doesnt go anywhere.
var html = name + "</b><br/><br/><a href='#' onclick='OpenNewWindow
('"+img+"', 326, 253); return true;'>See Picture</a><br/><br/>"+
address+desc;
My guess is that the marker jusst can't read the OpenNewWindow
function declared in the page. I tried the link without gmap and it
perfectly works fine calling the function displaying the enlarged
image in a new window, when i click on the window it gets closed.
Can somebody please tell me how the function that i declared in the
page can be recognized by gmap marker infoWindow.Thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---