On Feb 25, 12:22 pm, Chris Moody <[email protected]> wrote: > Thanks for the further help. I didn't get that error as I have only > been working in firefox. Thanks for reminding me to check IE with the > script errors.
I use IE only as a last resort. Firefox has the Error Console (in the Tools menu). > I assume the (test) is a typo and is meant to be (text)? if not I'm > missing something! Yes, it is. Sorry about that. > Could the problem be due to calling the wrong variable somewhere? I > use both value and values as variables at different points in the > code, maybe I've called value when I need to use values, or vice > versa, though I think I have tried this already! That's a very good reason to use variable names which mean something. However, it looks like you have it working. The infoWindow contains some text which looks reasonable. :-) -- 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.
