Basically, after getting the XMl info, create strings for each of the tabs you require and apply the appropriate string to each tab.
Example, var html1 = xml element 1 + xml element 2 var html2 = xml element 3 + xml element 4 var html3 = xml element 5 On Jun 17, 9:57 am, Rolf Jespersen <[email protected]> wrote: > Yes, that's where I got the javascript I copy/pasted. The problem is > that I'm not "javascript-savvy" enough to alter the codes myself to do > the things I want. For instance, I really like to get the tapped info > windows (http://econym.org.uk/gmap/example_map10.htm) which would be > easy enough for me to implement, if it wasn't for the xml file - I > have no clue how to deal with that. But the xml file seems necessary > for the filter function to work. > > On 17 Jun., 16:39, Grok Lobster <[email protected]> wrote: > > > > > Have you seen Mike's tutorial?http://econym.org.uk/gmap/ > > > On Jun 17, 6:04 am, Rolf Jespersen <[email protected]> wrote: > > > > Hi. I recently began working on a map with Google Maps API (I only > > > have some HTML and CSS knowledge), and copying/pasting codes so far > > > have went well. So this is not an expert troubleshooting, more like > > > "Javascript n00b, coming through". Well, that aside, here's what I got > > > so far: > > > >http://infostander.6te.net/ > > > > Now, the problem I have, is that I can't figure out how to change the > > > style in the "side_bar" div box. Either I want the data to have > > > images, corresponding with the check boxes in the "filter" div box, or > > > I want to make headings for each piece of data, also corresponding > > > with check boxes. How is that possible with the xml file? > > > > Also, talking about the xml file, how can I make tapped info windows? > > > > I hope this isn't too noobish, and worth your time to read and reply > > > to - and thanks in advance!- Hide quoted text - > > - Show quoted text - -- 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.
