In a vb.net script I have this:
Page.ClientScript.RegisterClientScriptInclude("UrlGoogleMaps",
ResolveClientUrl("http://maps.google.com/maps?
file=api&v=2&sensor=true&key=ABQIAAAA-Z-lBMrt2XDfP-
YP63c7kRTqz7d8C8Jj0R24c23-UrfUbKpoLRRO6j8M6ii3NyOrpF3d60H36u9PXw"))But they replicate in the final display... You know why? On 20 Abr, 15:48, Andrew Leach <[email protected]> wrote: > On Apr 20, 3:39 pm,pmni<[email protected]> wrote: > > > Hi. > > > I have a error in google maps api. I subscribe a key > > towww.aveiromagazine.com, > > but when access to the site (tab Bares&Discotecas), I have an error. > > The code is in DotNetNuke framework. Why this append? > > Rule 1: Always look at the source of the page as received by the > browser. > > You have double-encoded your & entities: > > maps?file=api&amp;v=2&amp;sensor=true_or_false&amp;key=ABQ > > [That may not show amp;amp; but it's there] > > If you are using FrontPage for development, just leave everything as & > -- it gets expanded into & for you. > > And you have sensor=true_or_false which isn't right either. It needs > to be either true or false, not both. > > Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
