Dear users,
I am quite new with Google Map API. I have the following problems:
I have multiple ids for a given latitude and longitude. I want to put
all these ids inside a single placemark. I wish to write the Id number
and a javascript function accepting the id as input which is written
inside page source code.
Typically my one placemark looks like this:
<Placemark>
<name>0807.2725</name>
<description>
<![CDATA[
<p><a href="javascript:getAbstract('0807.2725');"
target="_self">Abstract</a></p>
<p><a href="javascript:getAbstract('0865.1111');"
target="_self">Abstract</a></p>
]]>
</description>
<Point><coordinates>91.87,25.57</coordinates></Point>
</Placemark>
When click the icon shown on map, it is showing "Abstract" without any
hyperlink.
May I please have some pointers?
Thanks a lot
Regards
Ashish
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---