> Please can anyone tell that how can i develope textbox which > generates popup or messages of suggested world's street address,city > and country while typing text in the box.?
That sounds like a dreadfully irritating thing to me! Anyway, you may have to think through what you're trying to achieve - For example, in western addresses at least, it's common to type the street first. A 'helper' feature would have to search through all the streets in the world, and return perhaps several thousand possibly matching streets to the browser. The browser then has the problem of how to show the user the choice of several thousand, and allow him to choose one or to keep on typing. A better approach would be to narrow it down at least by country to begin with, but that's probably the last bit of information that gets typed, if it gets typed at all. Try to think how you might change your requirement. 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 -~----------~----~----~----~------~----~------~--~---
