> There'shttp://www.tipicipuglia.it/mappe/forno/phpsqlajax_genxml.php
> in which i've declared the var $url.
I guess that's the attribute 'coll' which looks like -
coll="scheda_azienda.php?denom=Panificio ... "
> But inhttp://www.tipicipuglia.it/mappe/forno/index_x2.htmli can't
> see the link, but the voice NULL.
Your createTabbedMarker() accepts the 'coll' text and puts it in a
tab.
But of course, it's just text.
If you want it to be treated as a link, you'll have to wrap it in some
html
"<a href=' " + coll + " '> click here </a>"
You could add that at the server end instead, but take care to encoode
the HTML entities < > etc.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---