I figured out that I was running Version 2. Here's what I figured out when I changed my version number:
Version 2: Error 602 on page load, but page works fine after displaying error message. Version 2.x: Error 602 on page load, but page works fine after displaying error message. Version 2.s: No error message, but the page will not load. Any idea where I should go from now? -Kyle On Dec 16, 10:40 am, Kyle <[email protected]> wrote: > You read my mind. I was working on changing it, but it made more > sense to make sure that the map would do what I wanted it to do > first. I was thinking of something along the lines of putting the > actual spot where you enter the directions in there, and having the > map appear below the page, and on this page only, getting rid of the > sidebar. The sidebar really does a number on the page if you want to > print it, and being that it is directions, they will be printed a lot. > > A fellow web designer said that it would look nice, but is a > distraction, which was my original opinion. Thanks for confirming my > thoughts. Sometimes a Web 2.0 theme is not the best way to go. Plus > I can't stand animated web graphics, they are just horrible. > > Anyway, cosmetics aside, any idea of what would cause this 602 error? > I looked into it, and it seems to suggest that I have an outdated > version of the API code. Any idea how to tell what version it is? > > Thanks, > Kyle > > On Dec 16, 10:30 am, "Neil.Young" <[email protected]> wrote: > > > At the first glance the "Waiting for user input" is irritating. It is > > not obvious, that I have to go bottom left to enter my address. The > > spinning wheel additionally enlarges the confusion, because it implies, > > that the website is still doing something in background, which will pop > > up immediately or so. So I was sitting in front of the page, waiting for > > something to happen... :) Consider to draw a big red arrow pointing to > > your inputs or place them there, where one would expect them - in the > > "Waiting..." box :) > > > Regards > > > Kyle schrieb: > > > > EDIT: the link did not work correctly... the link should have been: > > > >http://italianclubactivation.freehostia.com/cpg/find_us_copy(2).html > > > > Also, I have tried clearing out the to and from address that is > > > hardcoded into the site. Still no luck. > > > > Sorry, > > > -Kyle > > > > On Dec 16, 9:51 am, Kyle <[email protected]> wrote: > > > >> Okay, > > > >> I got it! It works, but the on the page load, error 602 occurs: No > > >> corresponding geographic location could be found for one of the > > >> specified addresses. This may be due to the fact that the address is > > >> relatively new, or it may be incorrect. To see this, I uploaded yet > > >> another page:http://italianclubactivation.freehostia.com/cpg/ > > >> find_us_copy(2).html > > > >> Let me know if there is any way that you know of to stop this error > > >> from appearing. > > > >> Thanks again, > > >> Kyle > > > >> On Dec 16, 9:36 am, Kyle <[email protected]> wrote: > > > >>> I have uploaded another test page > > >>> at:http://italianclubactivation.freehostia.com/cpg/find_us_copy(1).html > > >>> Take special note that I added 4 fields on the right of the page, and > > >>> I also added a script to add them all together using javascript in the > > >>> HEAD tag of the source. If you have any questions, let me know. > > > >>> In essence I wanted customers to be able to enter individually their > > >>> address, city, state, and zipcode. When I was working on this, I was > > >>> thinking that if there was a way to combine all of the fields, it may > > >>> work. I could be wrong, in which case, the code would need to be > > >>> modified to support individual fields. > > > >>> Thanks, > > >>> -Kyle > > > >>> On Dec 16, 8:28 am, Mike Williams <[email protected]> wrote: > > > >>>> Your previous question seemed to be asking for the ability to separate > > >>>> the fields, not join them together. > > > >>>>> I was thinking of something along the lines of: > > > >>>>> function setDirections(fromAddress, toAddress, locale) { > > >>>>> gdir.load("from: " + fromAddress + " " + fromCity + " " > > >>>>> + fromState + " " + fromZipcode + " to: " + toAddress, > > >>>>> { "locale": locale , "getSteps":true}); > > > >>>> That will only work if fromCity, fromState, fromZipcode are global, or > > >>>> if you add then to the parameters. > > > >>>>> ... but I can't get it to work at all. In the example above, the > > >>>>> fromAddress, fromCity, fromState, and fromZipcode are all text fields > > >>>>> (inputs) on the website. > > > >>>> I suspect that > > >>>> document.getElementById("get_directions").fromCity.value > > >>>> is accessible from Javascript, but fromCity on its own isn't a > > >>>> Javascript variable. > > > >>>> --http://econym.org.uk/gmap > > >>>> The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
