On a hunch, I tried adding a little extra timeout before calling element.focus() and that seems to fix it. It's always hard to be sure that a timeout is the right solution, of course. But you might take a look at it. Here's a test copy of your page:
http://mg.to/test/rideshare/rideshare.html I also noticed that the same whenReady logic is used in three places, so I made one openInfoWindowForm() function that they all call. -Mike > From: thebrianschott > > I have doctored up my original rideshare.html so that the > form and the input have both name and id, and whenReady() is > what I think is right, but I am not getting focus. > > Thanks for your help. > > Brian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
