On Sep 9, 3:37 am, kylepwarren <[EMAIL PROTECTED]> wrote: > thanks for the tip. > > the translate gadget seems to not work that well in general. messing > up maps just seems to be one of many problems. I am not sure how they > should handle it, but I have like a search form, and when it's > submitted, it goes back to english.
That's because your <form> tag <form action="http://lighttravelguide.com/search.php" id="cse-search- box"> doesn't get altered to use the translator url. You might be able to use the value in the translate select-list when you submit the form, so you can construct the correct action url, but you'd need to code that yourself. But this is getting off-topic... Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
