Lilia: Line 116:
deptName = markers[i].childNodes[1].textContent; should be deptName = markers[i].childNodes[0].textContent; This will work as long as each building has 0 or 1 department. Please visit suggested link on XML Parsing to figure out how to check and properly handle more than one dept. Regards, Radina On Apr 8, 1:36 pm, Lilia <[email protected]> wrote: > I spoke too soon; yesterday I was developing in Firefox and Chrome. Today I > checked in IE and it doesn't work :( -- 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.
