> For some reason my search function has problems when I use the > keyboard return instead of pressing the 'submit' button on the > webpage. If I hit the return key, the map reloads and totally clears > itself. If I hit the button on the webpage, I get the results I'm > looking for.
This about how to make HTML forms 'do things' when submitted. With neither action= nor onsubmit= set for your search form, it will do as described and reload the page. http://www.htmlcodetutorial.com/forms/_FORM_onSubmit.html Not a maps issue. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
