I suspect that the problem is that for most HTML Elements, the "name" and "id" attributes are aliases for the same underlying property. [There are two names for the same attribute because the concept was developed independently by IE and Netscape, and neither side would back down when the standards were negotiated.]
But for <input> elements, the "name" is what gets sent to the "name" is what gets sent to the browser [&name=value] and the "id" is what you can look up with document.getElementById(). Except in MSIE. Try using name="zipText" id="zipText". -- 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 -~----------~----~----~----~------~----~------~--~---
