Thanks, Mike. It's working to some extent. A few other issues. 1.When the user selects from the 3 drop downs and hits submit, the results show up on the map, but the drop downs reset, not holding the original selections the user made. How do I fix this? 2.Is there a way to grey out the second and third drop down until the first selection is made so that it activates the second drop down. 3.Finally, the map is loading the first entry in the database as a default, along with the info bubble being open even before you set a search criteria, how do I just set it to a map of North America and not have it call any server info.
Lorenzo On Dec 3, 12:29 am, Mike Williams <[EMAIL PROTECTED]> wrote: > 1. Check that you're doing things this way: > http://econym.org.uk/gmap/basic11.htm > > 2. Make sure that any onsubmit attribute in your form elements ends with > "return false;", otherwise the "action" of your form will be performed > after your onsubmit Javascript completes. If your form doesn't have an > "action", then the default action is to reload the page, and that sounds > like the behaviour you're seeing. > > --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 -~----------~----~----~----~------~----~------~--~---
