thank you for answer.
hereby , what I added to XML script to add IMAGE and LINK.
<markers>
<marker name="Apartment" address="Tieckstrasse 30 <a href="http://
www.econym.demon.co.uk"><img src="image.jpg" width=150
height=100>" lng="13.38839"
lat="52.52977" category="Apartment" />
</markers>
this script I tryed (in different combinations) and it blocks, does
not appear on the site.
and in "index"file added
<script type="text/javascript">
//<![CDATA[
if (GBrowserIsCompatible()) {
// this variable will collect the html which will eventualkly be
placed in the side_bar
var side_bar_html = "";
// arrays to hold copies of the markers and html used by the
side_bar
// because the function closure trick doesnt work there
var gmarkers = [];
var htmls = [];
var i = 0;
and nothing worked..
On 10 sep, 17:07, Rossko <[EMAIL PROTECTED]> wrote:
> > If some one knows what should I do, please help me ...
>
> http://econym.googlepages.com/example_map6b.htm
> does tell you. Which part of it can't you get to work, will you show
> us what you have?
> Where in the XML you posted does it specify the photos and links to be
> used?
>
> cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---