Wasn't it wlosey who wrote: > >I am doing a copy and paste into a DNN template. Below is the line >with the code pasted. > ><parameter name="GoogleMapKey" alias="GoogleMapKey" >default="ABQIAAAAeh4esg8qSyn39t6EdN- >HVxSxgOTC14uVdhPLFF5rZyotL1T5EBT6Q3hjW0K9ZJkZvEQUTk3tBEgfJQ"></ >parameter>
But your Javascript ends up looking like this: <script src="http://maps.google.com/maps?file=api&v=2.x&key=ABQIAAAAeh4es g8qSyn39t6EdN-HVxQaC-IcHZeve10B3ZP2F1zAgVMRkRRtjMtWX_fKFkMjc9Mden6jPGFgJA " type="text/javascript"></script> Which is the key for a different domain. I guess that whatever attempts to move your key from <parameter> to Javascript isn't working. -- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
