On Feb 15, 2:00 pm, "[email protected]" <[email protected]> wrote: > On Feb 15, 12:56 pm, Walter <[email protected]> wrote: > > > Okay, I changed my host server. They do not accept PHP, therefore I > > need to convert to Coldfusion. Thought it would be easy but...of > > course, not. I am new to this conversion game and have bitten off more > > than I can chew. > > > Map shows up; markers have disappeared. > > Have you investigated the javascript errors? > IE6 Line: 298 Error: 'markers' is null or not an objeect
> FF: > Error: syntax error > Source > File:http://www.theunionbootpro.com/unionmap/show_unionlocalsmapNEtest.cfm > Line: 186, Column: 1 > Source Code: > function parseToXML($htmlStr) You seem to have lost something here: var xml = GXml.parse(data); for (var i = 0; i < markers.length; i++) like (not tested): var markers = xml.getElementsByTagName("markers"); -- Larry > > -- Larry > > > > > Here is the test page. Old page plotted 410 markers (throughout the > > USA) from a database using PHP. > > > What is wrong with my conversion? The primary marker works...it's the > > other 410 that are not showing up. > > >http://www.theunionbootpro.com/unionmap/show_unionlocalsmapNEtest.cfm > > > Thanks in advance, > > > Walt -- 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.
