> Firefox is telling me this:
>
> Error: document.getElementById("latbox") is nullIt speaks the truth In your HTML <input name="latbox" size="50" value= .... this element doesn't have an id attribute at all, try <input name="latbox" id="latbox" size="50" value= IE hid the problem because it assumes 'name' means 'id'. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
