On 26 January 2012 15:36, Randy Tuggle <[email protected]> wrote: > I fixed the string error (thanks for that tip!) - but still no results > appearing once addresses submitted. Any way to find out why?
Every browser will show you Javascript errors somehow (a Javascript console, usually). Currently I get unterminated string literal, Line 867 resultTable += '</td></tr> You need to make sure that all string literals start and end on the same line. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
