Hi Tim, To be honest, I have never used the Maps API before but had a look at your app anyways and believe I got my version of your page to work.
Here are the steps/changes I made: 1) Your missing a closing quote for one of your scripts src params. (http://www.google.com/uds/api.....) 2) Get rid of that commented out div tag with the same ID as the one your trying to target on your page. 3) It does not like your 3rd param of null just use {} instead as it is looking for an object with options in it. like... {title: "Sample Title", url: "http://www.visionjinx.net/"} I changed those three things in your pages code and it seems to work OK for me now. Hope that helps :) Cheers! Vision Jinx On Feb 24, 2:42 pm, tim lowery <[email protected]> wrote: > yep that is how i have it set up > thanks, > On Feb 24, 2009, at 7:03 AM, Ben Lisbakken wrote: > > > Tim -- > > > You need to put the key in your script where it says this: > > <script > > src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAATTCvuWo2NaufCuAw... > > " > > type="text/javascript"></script> > > <script > > src="http://www.google.com/uds/api?file=uds.js&v=1.0&key=ABQIAAAATTCvuWo2N... > > type="text/javascript"></script> > > > You write the key in the &key= part. > > > Thanks, > > Ben > > > On Mon, Feb 23, 2009 at 4:34 PM, tim lowery <[email protected]> wrote: > > > Hey Ben , > > > I am sure I have, all it is putting in my url right? > > No need to enter server host or file that it is located in right? > > > Thanks for checking in... > > On Feb 23, 2009, at 8:33 AM, Ben Lisbakken wrote: > > > > Hey Tim -- > > > > I checked out your site: > > >http://www.lowfry.com/hazlewood/map.html > > > > And it seems you are still getting the API key error. Are you sure > > > you have registered your key correctly? > > > > -Ben > > > > On Feb 22, 1:21 pm, tim lowery <[email protected]> wrote: > > >> hey thanks for the reply . so i did reregestered. so i am not > > getting > > >> that error. > > >> now there seems to be an error of the google js file. > > >> On Feb 20, 2009, at 10:11 AM, Ben Lisbakken wrote: > > > >>> You should try to re-register your site. Make sure you use the > > >>> whole > > >>> URL when registering: > > >>>http://www.lowfry.com/ > > > >>> Thanks, > > >>> Ben > > > >>> On Feb 19, 11:39 am, edd <[email protected]> wrote: > > >>>> I am having trouble get the map app to work > > > >>>> I have registered for a key but i keep getting a warning that i > > am > > >>>> using a key for another website. > > > >>>> Did i list it wrong? What is the right way. Here a link to my > > >>>> sight. > > > >>>>http://www.lowfry.com/hazlewood/map.html > > > >>>> thanks for any help. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google AJAX APIs" 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-AJAX-Search-API?hl=en -~----------~----~----~----~------~----~------~--~---
