Phone: is not showing up on the html after clicking the marker. here's the link http://lifeafterworking.com/index.php?option=com_poll&Itemid=56 thanks in advance.
On Nov 12, 3:17 am, Mike Williams <[EMAIL PROTECTED]> wrote: > Wasn't it jb who wrote: > > >mysite is herehttp://lifeafterworking.com/map3.1.htmwith the same > >problem > > The problem on that page is that this line is omitted > var distance = parseFloat(markers[i].getAttribute('distance')); > So your "distance" variable is undefined when you try to use it. > > Since your server doesn't return distance information, you'll need to > either change your server to provide that information go through all the > client side code and remove anything that uses "distance". > > Your server doesn't take any notice of the search parameters either. > > --http://econym.org.uk/gmap > The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
