Could you be so kind as to help me complete my GDownloadUrl? In regards to the javascript errors... What are you using to show those?
thanks so much. Mark On Jan 29, 10:14 am, "[email protected]" <[email protected]> wrote: > On Jan 29, 9:55 am, markd <[email protected]> wrote: > > > > > Mike/Rossko, > > > Thanks so much for your quick reply(s). > > > Mike, > > I took out the extra parenthesis but it didn't work. > > > Rossko, > > I am now trying to implement the XML technique. I am sure I am missing > > something? > > I have an xml file called "markers" within the same directory as my > > html page. > > > Map isn't showing up at all. :( > > >http://www.invisionequity.com/htmlpages/howitworks.html > > I get javascript errors on that pages and the GDownloadUrl callback > function is not complete. > > This map (which expects a different xml format than yours), works with > your > xml:http://www.geocodezip.com/GenericMapBrowser.asp?url=http://www.invisi... > > -- Larry > > > > > On Jan 29, 1:50 am, Mike Williams <[email protected]> wrote: > > > > Each of your newMarker() calls has too many )'s at the end. If you make > > > changes like > > > newMarker(33.569085, -117.700267, "Moulton Pkwy.")); > > > to > > > newMarker(33.569085, -117.700267, "Moulton Pkwy."); > > > and remove the /* and */ it should work. > > > > I suspect that AC_RunActiveContent.js might possibly be eating your > > > Javascript errors, which you'd normally expect to see in the error log. > > > > -- > > > Mike Williams- 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.
