On Aug 31, 11:13 am, Mark <[email protected]> wrote: > On Aug 31, 11:22 am, "[email protected]" <[email protected]> > wrote: > > > one way would be: > > var html = ""<b>"+name+"<\/b><p>"+address+"<br>"+website > > +"<br>"+description; > > or you could add those fields conditionally if they have content... > > > You should try some javascript tutorials. > > > -- Larry > > Once again, your help is appreciated Larry. I've recently started > reading about and working with some javascript tutorials. In fact I > researched and thought I figured out how to add a url to the XML file > but it's not working. I searched the forum here and around the web > looking for the info. Nothing seemed to fit my application so I tried > a a few things that either breaks the map or prints the url so it > doesn't function as a link. > > Your modification above works great but now my question is how do you > add a url to the XML file so it appears as a functioning link in the > info window?
Have you seen Mike Williams' v2 tutorial? http://econym.org.uk/gmap It covers most of the issues: http://econym.org.uk/gmap/basic6.htm It is for v2 of the API but these concepts are common. -- Larry > > Thanks, > Mark -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
